In V8 Rust: `renderToString` always undefined `isServer` is false
In Rust V8, running
renderToString
gives me undefined.
Interestingly isServer
is always false.
How do I tell solidjs to essentially run V8 like it's not in the browser. It seems to think it's in the browser or whatever.
Is it the vite config?1 Reply
Ohh nvm figured it out.. I just realized I needed two separate vite configs for SSR and Client.
on SSR:
My thought process on figuring this out? (Mainly this in vike-solid) and solid-start
---
On Client