Closed bucko13 closed 5 years ago
BigInt literal notation doesn't have wide support yet and will break in certain situations (such as webpack builds). Using BigInt() global instead fixes this.
BigInt()
BigInt literal notation doesn't have wide support yet and will break in certain situations (such as webpack builds). Using
BigInt()
global instead fixes this.