You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
e.preventDefault() from the inner button can not stop the parent's <I13nAnchor> href redirection in 3.x,
the behavior is different from 2.x version, please help to verify if it's a bug or a breaking change, thanks.
e.preventDefault() from the inner button can not stop the parent's
<I13nAnchor>
href redirection in 3.x,the behavior is different from 2.x version, please help to verify if it's a bug or a breaking change, thanks.
2.x demo: https://codesandbox.io/s/naughty-khorana-ik5z2v?file=/src/App.js
-> click the button then the page
not
be redirected toyahoo.com
3.x demo: https://codesandbox.io/s/gallant-sound-qg3028?file=/src/App.js
-> click the button then the page be redirected to
yahoo.com
Note: if I add
bindClickEvent={false}
in I13nAnchor for 3.x, the behavior will become the same with 2.x.The text was updated successfully, but these errors were encountered: