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
When benchmark the mutations I faced a TypeError when removing a component:
TypeError: Cannot mix BigInt and other types, use explicit conversions
at subtractBit (file:///Users/fcailhol/Development/_lost/_noctjs/ecs-benchmark/node_modules/geotic/build/index.js:509:21)
at removeComponent (file:///Users/fcailhol/Development/_lost/_noctjs/ecs-benchmark/node_modules/geotic/build/index.js:555:19)
at Entity.remove (file:///Users/fcailhol/Development/_lost/_noctjs/ecs-benchmark/node_modules/geotic/build/index.js:654:7)
When benchmark the mutations I faced a
TypeError
when removing a component:Reproduction:
The text was updated successfully, but these errors were encountered: