OneEye
Explore posts from serverscreateResource from the main layout causes it to completely crash the page
I have a
dashboard.tsx
main layout file and 2 routes inside this dashboard route, and inside this layout I have these resources
and for some reason when I visit one of these routes everything loads good, BUT when I refresh and then change the route the page completely dissapeares, without any errors
I've checked the data that I'm receiving on these routes, and their a okay, the only problem is that wen I reload the routes don't work
I'm using this data with useRouteData
method like so
1 replies