•Created by genuine_smiles on 12/23/2024 in #support
Trouble getting `createEffect` to work outside the browser
node exports are for server usage which doesn't need reactivity so implemented intentionally to be static
you can directly import the browser one or use --conditions
i remember trying to fix this kind of error by changing the order of error and state being set but in practice we can't really rely on the order of execution