v4.3.22
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.