v4.3.22 React store updates broke listener hooks? #108
-
Hello all! (I'm not yet filing this as a bug report because I don't understand exactly what the issue / reproducible case is yet.) I have a Tinybase (v4.0.3) + React (v18.2.0) project, using the convenient Previously, code like this: const Task = (props) => {
let task = useRow('task', props.id, props.tableStore);
const idActiveTask = useValue('activeTask', props.appStateStore) would automatically track the current values of I was able to fix it by calling I isolated the breaking release to be
I couldn't find new ergonomics from the docs on how to call |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Yep, this might be the same as #106 (were you using StrictMode?). I hope you will find it is fixed in v4.3.24, v4.4.0, and beyond! |
Beta Was this translation helpful? Give feedback.
Yep, this might be the same as #106 (were you using StrictMode?). I hope you will find it is fixed in v4.3.24, v4.4.0, and beyond!