@powersync/web@1.17.0
·
108 commits
to main
since this release
Minor Changes
-
fafd562: Navigator locks are now aquired with a random/unique key.
This resolves an issue related to sequential
connect()
calls breaking all syncing and never reaching aconnected
state.
Two typical scenarios that can cause this is switching client parameters and React'sStrictMode
which does multiple calls of hooks likeuseEffect
.