Deflaktor
Losing reactivity in production build due to multi-project setup lib <--> app
So Im having an issue that my
createEffect()
is not being triggered. Everything works as expected as long as I use the vite
command. But when I use vite build && vite preview
it does not work anymore. The createEffect is only ever triggered once and subsequent accesses of the signal do not trigger it anymore. How can I debug such a case?14 replies