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 was attempting to use the useBalance feature of the react hooks library for my next.js project when I encountered an error. Having reviewed the code, it uses a new CustomEvent constructor, but CustomEvent is not defined anywhere in the code. I don't know what it's supposed to be so I cannot fix it myself, but I hope one of the package maintainers knows, and I hope this issue is useful in bringing the problem to resolution.
The text was updated successfully, but these errors were encountered:
I was attempting to use the
useBalance
feature of the react hooks library for my next.js project when I encountered an error. Having reviewed the code, it uses anew CustomEvent
constructor, butCustomEvent
is not defined anywhere in the code. I don't know what it's supposed to be so I cannot fix it myself, but I hope one of the package maintainers knows, and I hope this issue is useful in bringing the problem to resolution.The text was updated successfully, but these errors were encountered: