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
I am having trouble getting this library to work in my project. I continually see this error Uncaught TypeError: Super expression must either be null or a function, not undefined in the console when loading the page with XYFrame as the only external component imported, despite my build finishing without errors. Any idea as to what could be causing this?
The text was updated successfully, but these errors were encountered:
Hi,
I am having trouble getting this library to work in my project. I continually see this error
Uncaught TypeError: Super expression must either be null or a function, not undefined
in the console when loading the page withXYFrame
as the only external component imported, despite my build finishing without errors. Any idea as to what could be causing this?The text was updated successfully, but these errors were encountered: