feusanc
Explore posts from serversDTDrizzle Team
•Created by feusanc on 5/4/2024 in #help
Expo SQLite introspect
I'm trying to introspect my already populated local sqlite database instead of generating migrations. Is this in anyway possible?
1 replies
Component doesn't rerender when prop changes
I have the component below:
and another component that returns this, but this component doesn't rerender when the given path changes. It reacts to the change in the props, logging it out in the createEffect callback, but it doesn't rerun the createResource part. I was expecting it to rerender completely whenever the given prop changes. How would I solve this? And unfortunately I can't make the path prop a signal, it has to be a string.
16 replies