onReady
triggers the onError callback with a redirection
#3225
Labels
onReady
triggers the onError callback with a redirection
#3225
This is a regression introduced in 3.3.0:
Given this code:
The initial navigation would trigger the second callback passed to onReady instead of the first one. This is because the Redirection Error is now visible instead of
undefined
The text was updated successfully, but these errors were encountered: