acdlite / recompose

A React utility belt for function components and higher-order components.
MIT License
14.76k stars 1.26k forks source link

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 2 years ago

dchoigt commented 2 years ago

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.