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'm getting a crash with the following error message: libc++abi: terminating due to uncaught exception of type realm::KeyNotFound: No object with key '0' in 'class_MixedClass' when running multiple tests in the js repo about synced collections in mixed.
I'm getting a crash with the following error message:
libc++abi: terminating due to uncaught exception of type realm::KeyNotFound: No object with key '0' in 'class_MixedClass'
when running multiple tests in the js repo about synced collections in mixed.The tests are here: https://github.com/realm/realm-js/blob/6c51611bf1a677e2c352ea5404dda8c5094824c2/integration-tests/tests/src/tests/sync/mixed.ts#L408. Using this commit is the best way to reproduce the error, as running the tests with
npm test --workspace @realm/node-tests
will just run the tests in this suite.Some additional notes:
Relative stack strace:
Origin of the crash:
The text was updated successfully, but these errors were encountered: