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
When access the department, category or search page, in some cases, the categories variable is undefined and its cause a rendering error. The error occours in most the case on annonimous mode of browser. I belive that error happens when the GraphQL Query doesn't load the information of CategoriesTrees in time and the data doesn't cached.
Possible Solution
Add a condition to blocks execution of the script, e.g typeof categoriesTrees === "undefined" ? /* Loading / : / Execute */
Screenshots
Steps to Reproduce (for bugs)
Go to https://shop.eicom.org a online store using StoreBuilder and all of store-theme App components
Go to a department or category page.
Open the DevTools (Inspect the page) and check the "console" tab to verify any errors
This error can be more viewed in a Safari Browser.
Your Environment
OS: Mac Mojave, Mac High Sierra, Windows 10.
Browser: Safari 12, Safari 11.1, Chrome 75
The text was updated successfully, but these errors were encountered:
Describe the bug
When access the department, category or search page, in some cases, the categories variable is undefined and its cause a rendering error. The error occours in most the case on annonimous mode of browser. I belive that error happens when the GraphQL Query doesn't load the information of CategoriesTrees in time and the data doesn't cached.
Possible Solution
Add a condition to blocks execution of the script, e.g typeof categoriesTrees === "undefined" ? /* Loading / : / Execute */
Screenshots
Steps to Reproduce (for bugs)
Your Environment
The text was updated successfully, but these errors were encountered: