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
In frameworks like NextJS, components are server side rendered by default unless specified. This causes issues with this lib and causes it to throw a self is not defined error which isn't very informative of why it's failing.
It would be nice if this scenario could be handled internally in the lib and return an accurate error of the reason for failing.
The text was updated successfully, but these errors were encountered:
In frameworks like NextJS, components are server side rendered by default unless specified. This causes issues with this lib and causes it to throw a
self is not defined
error which isn't very informative of why it's failing.It would be nice if this scenario could be handled internally in the lib and return an accurate error of the reason for failing.
The text was updated successfully, but these errors were encountered: