Is it possible to use structuredClone() in React Native + Realm? I use structuredClone() all the time in ReactJS without issue.
When I try to run my app on Android, it immediately crashes with the following abort message: 'terminating with uncaught exception of type realm::js::Exceptionrealm::jsc::Types: ReferenceError: Can't find variable: structuredClone'
I originally followed the instructions in the following question to get TypeScript to stop throwing errors for structuredClone(): structuredClone() not available in TypeScript