This happens when serializing an entity with a component that has a uint16 array field of 1024 elements:
at DataView.getUint16 (<anonymous>)
at Serialize.js:284
at index.js:20
at AnonymousSystem_internal (System.js:18)
at index.js:20
at index.js:93
at index.js:93```
see https://github.com/sebovzeoueb/bitecs-serializer-test for repro.
This happens when serializing an entity with a component that has a
uint16
array field of 1024 elements: