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
FACT-Finder-Web-Components Magento2-Module version (see composer.json):
5.2.0
Magento edition and version:
2.4.7-p7
PHP version:
8.2
Steps to reproduce:
Go to prediger.de, put any item in your cart, open the cart and proceed to first step of checkout.
Expected behavior:
The popstate event listener of bundle.js is able to handle a state parameter of null which can happen according to the specification.
Especially if you manipulate the URL programmatically, like the step-navigator in checkout does, or call history.back().
Actual behavior:
Popstate event handler throws error because state parameter is null.