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
Detailed description of how to reproduce the problem
This is an edge case. Under some circumstances, when the page loads on a mobile, the right-items are not hidden inside the
navbar mobile menu, and thus, when you expand the screen, an error occurs because the items inside the menu are being queried but they don't exist. Cannot read properties of null (reading 'setAttribute') .. caused by searchBarRight.setAttribute('slot', 'search-bar-left');
Detailed description of how to reproduce the problem
This is an edge case. Under some circumstances, when the page loads on a mobile, the right-items are not hidden inside the
navbar mobile menu, and thus, when you expand the screen, an error occurs because the items inside the menu are being queried but they don't exist.
Cannot read properties of null (reading 'setAttribute')
.. caused bysearchBarRight.setAttribute('slot', 'search-bar-left');
Related issue: #1631
Upload a screenshot
N/A
Describe the development framework
Any
Expected behavior
No error
Additional information
No response
The text was updated successfully, but these errors were encountered: