Skip to content

v4.3.22

Choose a tag to compare

@jamesgpearce jamesgpearce released this 25 Oct 00:01
· 1892 commits to main since this release

This release makes two small optimizations to TinyBase's React hooks. It reduces the internal state stored within each hook implementation, and it closes a small race condition gap that occurred between hook execution (to get a value) and useEffect execution (to set a listener on it). Please report any React-related issues seen as a result!

The release also improves VS Code auto-import heuristics by listing the default types higher in package.json.