How to call for server-side-data in the `root.tsx` of solid-start`
Since I want to wrap my entire site in
So basically
?
<ClientOnly> in the root.tsx, I can't use useRouteData as that is only supposed to be used under the /routes path.So basically
?
