glennflanagan / react-collapsible

React component to wrap content in Collapsible element with trigger to open and close.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Just using Collapsible throws an error as of recently

petr-dymanus opened this issue · comments

Have imported and used Collapsible like a month ago.
Worked fine then, but now it is throwing and error.

Error I am getting:
Invariant Violation: View config getter callback for component span must be a function (received undefined). Make sure to start component names with a capital letter.
(Not using a span anywhere, this came from a page where there is a View and a Collapsible)

Literally using Collapsible component in any of my pages throws this erron

image

Screenshot 2023-10-14 161440

Thanks for any help.

Resolved. Tried using as react native component on accident.