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
In this example, "hello" is printed to the console twice, and it should only be triggered once, because the fragment is only replaced once. I do not know why this is happening. In other places it does seem to only trigger once.
The text was updated successfully, but these errors were encountered:
Under some conditions, the 'include-fragment-replaced' and 'include-fragment-replace' events are triggered twice.
Fiddle: https://jsfiddle.net/36koL2mb/1/
Fiddle code:
In this example, "hello" is printed to the console twice, and it should only be triggered once, because the fragment is only replaced once. I do not know why this is happening. In other places it does seem to only trigger once.
The text was updated successfully, but these errors were encountered: