fix(deep-link): Remove getCurrent call in onOpenUrl (#2008)

This commit is contained in:
Fabian-Lars
2024-11-09 14:05:46 +01:00
committed by GitHub
parent 3449dd5a8f
commit b2aea04567
3 changed files with 8 additions and 19 deletions
@@ -0,0 +1,6 @@
---
deep-link: patch
deep-link-js: patch
---
`onOpenUrl()` will now not call `getCurrent()` anymore, matching the documented behavior.