Issues with `useRxInitialValues` and Atoms Created with `Rx.fn` in `@effect/rx-react`

Hey Tim, I have been struggling with useRxInitialValues from @effect/rx-react. I can get it to work the way I expect when the atoms are created using Rx.make() but not when using Rx.fn (I haven't tried Rx.fnSync). It doesn't work when using a provider either. What ends up happening is that subsequent update/set calls do nothing after useRxInitialValues, which is not the case when the atom is created using Rx.make. Is this an inherent limitation of initial values or something I am overlooking?
Was this page helpful?