Skip to content

@stackflow/plugin-history-sync@1.10.1

Latest

Choose a tag to compare

@daangnbot daangnbot released this 30 Apr 09:46
20c719d

Patch Changes

  • 2c5786a: Fix fallbackActivity callback being invoked on every initialization regardless of route matching outcome. Restored the pre-1.8.0 contract: the callback is now called only when no route matches currentPath. Apps that perform side effects in this callback (e.g. Sentry logging for unknown deep links) no longer fire on successful matches.