We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some entities e.g from AISM (http://purl.obolibrary.org/obo/AISM_0000000, cuticular internal depression): https://www.ebi.ac.uk/ols4/ontologies/aism/classes/http%253A%252F%252Fpurl.obolibrary.org%252Fobo%252FAISM_0000000 lead to the error: Objects are not valid as a React child (found: object with keys {type, value, axioms}). If you meant to render a collection of children, use an array instead.
You can see it in the Storybook ClassHierarchy for iri=http://purl.obolibrary.org/obo/AISM_0000000 and ontologyId=aism and the EBI API.
The text was updated successfully, but these errors were encountered:
@VincentKneip
Sorry, something went wrong.
fix: Treat Thing label as Reified to fix #150
395a238
Successfully merging a pull request may close this issue.
Some entities e.g from AISM (http://purl.obolibrary.org/obo/AISM_0000000, cuticular internal depression):
https://www.ebi.ac.uk/ols4/ontologies/aism/classes/http%253A%252F%252Fpurl.obolibrary.org%252Fobo%252FAISM_0000000
lead to the error:
Objects are not valid as a React child (found: object with keys {type, value, axioms}). If you meant to render a collection of children, use an array instead.
You can see it in the Storybook ClassHierarchy for iri=http://purl.obolibrary.org/obo/AISM_0000000 and ontologyId=aism and the EBI API.
The text was updated successfully, but these errors were encountered: