How to make array key in resource from useRouteData reactive
I'm noticing that, if the resource that is the return value of
Example:
If I just stringify this value on the server and then parse it on the client, then that works just fine, but I'm wondering if there is any way to make it reactive?
The associated
useRouteData is an object, then its keys will mostly be reactive -- but if the key has an array as its value, that key will not be reactiveExample:
If I just stringify this value on the server and then parse it on the client, then that works just fine, but I'm wondering if there is any way to make it reactive?
The associated
routeData looks like this