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
basically trying to use 'window' and 'document' will throw an exception on the server, so wrapping their use with a try/catch and returning default values will sort it (tested it manually and it works)
The text was updated successfully, but these errors were encountered:
basically trying to use 'window' and 'document' will throw an exception on the server, so wrapping their use with a try/catch and returning default values will sort it (tested it manually and it works)
The text was updated successfully, but these errors were encountered: