I do not understand how to eliminate the following error:
- go to the site - tyts
- go to any menu item
- click the back button in the browser (i use chrome)
- we get the error:
- List item
TypeError: Cannot read property 'hasOwnProperty' of null
This error occurs in the main.js script on the site:
if(history.state.hasOwnProperty('url')!=null)
No matter how I check the url, nothing comes out. Help me to understand!