tinyplex / tinybase

The reactive data store for local‑first apps.
https://tinybase.org
MIT License
3.23k stars 65 forks source link

useSetRowCallback is recreated when rowId is a function #152

Closed jamesgpearce closed 3 days ago

jamesgpearce commented 3 weeks ago

As in title. Should be a way to do this without requiring caller to useCallback on that argument.

h/t @cpojer

cpojer commented 3 days ago

Nice, thank you!