Some Afk Guy
reactivity works in vite dev but fails in vite build
Hi guys
I am in in quite the rabbit hole and love a sanity check, I've tried multiple refactors, but the issue is my solids reactivity is not working...
In both environments
* I see the console.log printed every time the button is clicked
* I can inspect the store in the console to confirm the data is in the right state
In
vite dev
:
* i see the correct state of open/closed in the <Show>
component
In vite build
:
* I do not see the correct state in the <Show>
component (only the initial state)
store.ts
app.tsx
This seems like a pretty fundamental issue, but just wondering if anyone had any ideas around this :hidethepain:
is this a vite issue perhaps?7 replies