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
Buffer will already be defined, and require() simply returns an empty object in Capacitor. This results in Buffer being reset to undefined and triggering asserts later on. Not sure what the best course of action is here due to variable lifetimes.
https://github.com/indutny/bn.js/blob/master/lib/bn.js#L51-L55
Buffer will already be defined, and require() simply returns an empty object in Capacitor. This results in Buffer being reset to
undefined
and triggering asserts later on. Not sure what the best course of action is here due to variable lifetimes.Maybe:
The text was updated successfully, but these errors were encountered: