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
The Select component doesn't render the same on server and browser on a mobile device. This is because the deviceInfo is only available in the browser.
Steps to reproduce
Use the Select element with serverside rendering and see console error when viewing on mobile.
Problem description
The Select component doesn't render the same on server and browser on a mobile device. This is because the deviceInfo is only available in the browser.
Steps to reproduce
Expected behaviour
No more console error 😄
Additional context
See https://github.com/TicketSwap/sirius/issues/5576
The text was updated successfully, but these errors were encountered: