SSolidJS•Created by bierdav on 9/1/2023 in #support Is there some equivalent to <Portal/> that is also compatible with ssr?
I want to make a persistent modal dialog, and for that i need the <Portal/>
component from solid-js/web
, but obviously it doesn't work, because it's in the solid-js/web
package