Replies: 1 comment 2 replies
-
@isaacfink have you figured this out? edit: figured it out. Need to add a reactive statement that checks for data then runs $: if (myQueryData) rerender() |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys, I have the following code
The table does not get updated when the data is updated, I understand I am passing the value and not the store which is what probably breaks the reactivity but it's the only way to pass it because the store is not the correct type (on the top level) and I can't pass a store to the table
Beta Was this translation helpful? Give feedback.
All reactions