How can I use React Portals with NextJS SSR?
I am struggling getting portals to run in my server side code, as a portal needs to be rendered on a DOM Node and this is not available on the server side. Are there any solutions for this?
13316 views
π
1