nirtamir2
BUG?: clientOnly inside Suspense boundary is not shown
Opened an issue here https://github.com/solidjs/solid-start/issues/1674
4 replies
BUG?: clientOnly inside Suspense boundary is not shown
@Madaxen86 The issue is not resolved. It's a bug. When I move things to the same file it resolved, but when they where in a different file - it did not render the component. It's very hard to debug also
4 replies
Subscribe to any unknown store change
@bigmistqke @thetarnav
Sorry - my mistake - store is reactive. Meaning that if store.a changes - store changes too so it's jsx / effect will rerun.
I infer it by looking at this codesandbox I created:
https://codesandbox.io/p/sandbox/solidjs-reactivity-context-reactive-store-setter-eccv7z?file=%2Fsrc%2FApp.tsx&selection=%5B%7B%22endColumn%22%3A10%2C%22endLineNumber%22%3A16%2C%22startColumn%22%3A10%2C%22startLineNumber%22%3A16%7D%5D
39 replies