You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
React.createElement: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: undefined. You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.
#116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
React.createElement: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: undefined. You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.
And HeaderImageScrollView component is not define as component : JSX element type 'HeaderImageScrollView' does not have any construct or call signatures.ts(2604)
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hello,
I get this error on use like your doc :
React.createElement: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: undefined. You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.
And
HeaderImageScrollView
component is not define as component :JSX element type 'HeaderImageScrollView' does not have any construct or call signatures.ts(2604)
Thanks in advance
The text was updated successfully, but these errors were encountered: