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
As far as I know everything should work fine with Nextjs, or any other React framework. One thing that might be tricky though is if Nextjs automatically tries to render your portals with SSR. Because portals interact with the DOM directly, lots of SSR setups might not work, so for now it's generally recommended to avoid rendering portals on the server-side entirely.
#3 has a little more context if that's useful. Do you think that might be the issue here?
Has anyone tried to run this on Nextjs? Getting an error:
"Cannot read property 'getInitialPortalProps' of null"
The text was updated successfully, but these errors were encountered: