wonrax
createResource doesn't rerun when passed store changes
Am I using this correctly?
Ryan said it should work when wrapped in a function:
https://github.com/solidjs/solid/discussions/902
But it won't work for my case, maybe it's because the store is passed down from parent component? The text inside
<h1>
does change but the table content does not and createResource
only gets called on start up.
1 replies