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.
Author: dchoigtCreated Mar 23, 2022Updated Mar 23, 2022
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.
Source: acdlite/recompose