Disable SSR for route
I am using "react-json-view" in one of my routes and this cause error in image, so I try to disable SSR for this route with " ssr: false," but still get same error, why ?

3 Replies
ambitious-aqua•5mo ago
can you please provide a complete minimal example as a git repo?
fair-roseOP•5mo ago
It's a private work repo, but the case is
I have /logs route and in it I use json viewer lib witch uses document, so this throw error as we use ssr, I try to disable it within route options with ssr to false, but still same error,
I am using virtual file routes for my routes if this helps
ambitious-aqua•5mo ago
no this does not help
needs a reproducer