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
I'm honestly not sure why exactly this is happening. I tried a ton of permutations on the build process between named/default exports, and both while valid, still produce this result.
The comment I made here #107 (comment) about dynamically including the imports within the useEffect call does seem to eliminate the error... which is why I think the reason it's working is that the named/default exports are indeed working on the client-side when the code is being used - but in the SSR while nextjs is running, it's somehow mangling them and not importing properly. This one we may have to chalk up to NextJS doing something odd during SSR...
platform: NextJS 13
Strangely.. the code still runs and compiles 🤷♂️
Code
Similar code to previous: #15
The text was updated successfully, but these errors were encountered: