You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I only saw this error when I started using react-rxjs, seems to apply to state/hook related libraries? I'm not entirely sure why it would occur when I start using react-rxjs.
The text was updated successfully, but these errors were encountered:
Hey, thank you for raising this issue. Currently looking for some options.
I only saw this error when I started using react-rxjs, seems to apply to state/hook related libraries? I'm not entirely sure why it would occur when I start using react-rxjs.
Yes, useStateObservable (or the hook returned by bind) uses React's useSyncExternalStore, and this one emits this warning when it's not set up for SSR.
When using react-rxjs inside a nextjs client component, I see this on the server sometimes:
There's a similar issue on zustand: pmndrs/zustand#886.
I only saw this error when I started using
react-rxjs
, seems to apply to state/hook related libraries? I'm not entirely sure why it would occur when I start usingreact-rxjs
.The text was updated successfully, but these errors were encountered: