- Issue created by @cmd87
- Status changed to Needs work
about 2 months ago 12:49am 5 November 2024 - πΊπΈUnited States smustgrave
Can you update the MR for branch 3.0.x please
In our case we are getting the js error "alerts is undefined", like on provided screenshot. This error is happening only of FireFox browser.
That error is returned if the call is done a lot of times in a short amount of time and it's cancelling/overlapping with each other. This is happening because when the page loads and there are a lot of history changes that triggers the initAlert method.
Debouce the event listener on popstate or make a setting for this behavior.
Active
2.2
Code
Can you update the MR for branch 3.0.x please