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
{{ message }}
This repository has been archived by the owner on Sep 10, 2022. It is now read-only.
Error: Element 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.
#863
Open
dchoigt opened this issue
Mar 23, 2022
· 0 comments
Hi I'm new to recompose I'm wondering if anyone has seen this issue? It appears that it has something to do with the pure function as I also get this message Check the render method of pure(undefined).
I am using nextjs and this error only occurs on component load when jump around pages.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi I'm new to recompose I'm wondering if anyone has seen this issue? It appears that it has something to do with the pure function as I also get this message Check the render method of
pure(undefined)
.I am using nextjs and this error only occurs on component load when jump around pages.
The text was updated successfully, but these errors were encountered: