useRouteData returning undefined
hi I'm trying to get the example from https://start.solidjs.com/core-concepts/data-loading to work but instead I always get this error
I've tried wrapping it in
I've tried wrapping it in
Show or doing if (!students) return; but that causes hot module reloading to not work at all because I think it's never actually loading properly client side
