Hi, I'm trying to contribute to the docs by moving the start react supabase example to solidjs but I ran into some bug. Essentially during page transition, the error prop isn't being passed to the error component, but on refresh it works. so what this means is that going to /posts from / doesn't correctly redirect but hard refreshing /posts works. anyone that can take a look?
the error component is running, but its not being passed in the error prop which it needs in order to check the type of error.
on going from / to /posts, gives this error in browser
Paused on exception
handleError - dev.js:1110:12
TypeError: (destructured parameter) is undefined
(which is the destructed error prop in the errorcomponent), using non destructed didnt fix as would just say prop wasnt defined.