Skip to content

@powersync/web@1.17.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Mar 15:01
· 108 commits to main since this release
33e6051

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 a connected state.
    Two typical scenarios that can cause this is switching client parameters and React's StrictMode which does multiple calls of hooks like useEffect.