diff --git a/examples/react-native/legacy/__tests__/js/quickstart/quickstart-sync.test.jsx b/examples/react-native/legacy/__tests__/js/quickstart/quickstart-sync.test.jsx index 3708ede9ec..87d724b5c6 100644 --- a/examples/react-native/legacy/__tests__/js/quickstart/quickstart-sync.test.jsx +++ b/examples/react-native/legacy/__tests__/js/quickstart/quickstart-sync.test.jsx @@ -43,7 +43,6 @@ function AppWrapperSync() { { sync: { user: user, flexible: true, - onError: console.error, }, }; }; diff --git a/examples/react-native/legacy/__tests__/js/realm-database/configure-realm-sync-offline.test.jsx b/examples/react-native/legacy/__tests__/js/realm-database/configure-realm-sync-offline.test.jsx index 98dd92d337..e076ad5d36 100644 --- a/examples/react-native/legacy/__tests__/js/realm-database/configure-realm-sync-offline.test.jsx +++ b/examples/react-native/legacy/__tests__/js/realm-database/configure-realm-sync-offline.test.jsx @@ -86,7 +86,6 @@ const createConfig = user => { sync: { user: user, flexible: true, - onError: console.error, }, }; }; diff --git a/examples/react-native/legacy/__tests__/js/realm-database/configure-realm-sync-timeout.test.jsx b/examples/react-native/legacy/__tests__/js/realm-database/configure-realm-sync-timeout.test.jsx index baa6a1a201..117bcae395 100644 --- a/examples/react-native/legacy/__tests__/js/realm-database/configure-realm-sync-timeout.test.jsx +++ b/examples/react-native/legacy/__tests__/js/realm-database/configure-realm-sync-timeout.test.jsx @@ -87,7 +87,6 @@ const createConfig = user => { sync: { user: user, flexible: true, - onError: console.error, }, }; }; diff --git a/examples/react-native/legacy/__tests__/js/sync/data-ingest.test.jsx b/examples/react-native/legacy/__tests__/js/sync/data-ingest.test.jsx index d4463c694c..8e522a3dbf 100644 --- a/examples/react-native/legacy/__tests__/js/sync/data-ingest.test.jsx +++ b/examples/react-native/legacy/__tests__/js/sync/data-ingest.test.jsx @@ -56,11 +56,7 @@ function AppWrapperSync() { return ( - + diff --git a/examples/react-native/legacy/__tests__/ts/quickstart/quickstart-sync.test.tsx b/examples/react-native/legacy/__tests__/ts/quickstart/quickstart-sync.test.tsx index d82f16bd0f..906188f08c 100644 --- a/examples/react-native/legacy/__tests__/ts/quickstart/quickstart-sync.test.tsx +++ b/examples/react-native/legacy/__tests__/ts/quickstart/quickstart-sync.test.tsx @@ -46,7 +46,6 @@ function AppWrapperSync() { { sync: { user: user, flexible: true, - onError: console.error, }, }; }; diff --git a/examples/react-native/legacy/__tests__/ts/realm-database/configure-realm-sync-offline.test.tsx b/examples/react-native/legacy/__tests__/ts/realm-database/configure-realm-sync-offline.test.tsx index 8ae736e60e..4a82b85508 100644 --- a/examples/react-native/legacy/__tests__/ts/realm-database/configure-realm-sync-offline.test.tsx +++ b/examples/react-native/legacy/__tests__/ts/realm-database/configure-realm-sync-offline.test.tsx @@ -40,7 +40,6 @@ function AppWrapperOfflineSync() { flexible: true, newRealmFileBehavior: realmAccessBehavior, existingRealmFileBehavior: realmAccessBehavior, - onError: console.error, }}> diff --git a/examples/react-native/legacy/__tests__/ts/realm-database/configure-realm-sync-timeout.test.tsx b/examples/react-native/legacy/__tests__/ts/realm-database/configure-realm-sync-timeout.test.tsx index d8ee28331c..f0b6955b71 100644 --- a/examples/react-native/legacy/__tests__/ts/realm-database/configure-realm-sync-timeout.test.tsx +++ b/examples/react-native/legacy/__tests__/ts/realm-database/configure-realm-sync-timeout.test.tsx @@ -90,7 +90,6 @@ const createConfig = (user: Realm.User): Realm.Configuration => { sync: { user: user, flexible: true, - onError: console.error, }, }; }; diff --git a/examples/react-native/legacy/__tests__/ts/realm-database/configure-realm-sync.test.tsx b/examples/react-native/legacy/__tests__/ts/realm-database/configure-realm-sync.test.tsx index 1d05845803..e2c3621326 100644 --- a/examples/react-native/legacy/__tests__/ts/realm-database/configure-realm-sync.test.tsx +++ b/examples/react-native/legacy/__tests__/ts/realm-database/configure-realm-sync.test.tsx @@ -110,7 +110,6 @@ const createConfig = (user: Realm.User): Realm.Configuration => { sync: { user: user, flexible: true, - onError: console.error, }, }; }; diff --git a/examples/react-native/legacy/__tests__/ts/sync/data-ingest.test.tsx b/examples/react-native/legacy/__tests__/ts/sync/data-ingest.test.tsx index 29f7139c81..096247d2cb 100644 --- a/examples/react-native/legacy/__tests__/ts/sync/data-ingest.test.tsx +++ b/examples/react-native/legacy/__tests__/ts/sync/data-ingest.test.tsx @@ -65,11 +65,7 @@ function AppWrapperSync() { return ( - + diff --git a/source/examples/generated/react-native/js/data-ingest.test.snippet.open-realm.jsx b/source/examples/generated/react-native/js/data-ingest.test.snippet.open-realm.jsx index 4e967451f6..01fd099ccd 100644 --- a/source/examples/generated/react-native/js/data-ingest.test.snippet.open-realm.jsx +++ b/source/examples/generated/react-native/js/data-ingest.test.snippet.open-realm.jsx @@ -10,11 +10,7 @@ function AppWrapperSync() { return ( - + diff --git a/source/examples/generated/react-native/js/quickstart-sync.test.snippet.quickstart-setup.jsx b/source/examples/generated/react-native/js/quickstart-sync.test.snippet.quickstart-setup.jsx index a2d72a2f61..be66e22db6 100644 --- a/source/examples/generated/react-native/js/quickstart-sync.test.snippet.quickstart-setup.jsx +++ b/source/examples/generated/react-native/js/quickstart-sync.test.snippet.quickstart-setup.jsx @@ -31,7 +31,6 @@ function AppWrapperSync() { diff --git a/source/examples/generated/react-native/ts/data-ingest.test.snippet.open-realm.tsx b/source/examples/generated/react-native/ts/data-ingest.test.snippet.open-realm.tsx index 43d3afbfaa..60a9dd54ff 100644 --- a/source/examples/generated/react-native/ts/data-ingest.test.snippet.open-realm.tsx +++ b/source/examples/generated/react-native/ts/data-ingest.test.snippet.open-realm.tsx @@ -11,11 +11,7 @@ function AppWrapperSync() { return ( - + diff --git a/source/examples/generated/react-native/ts/quickstart-sync.test.snippet.quickstart-setup.tsx b/source/examples/generated/react-native/ts/quickstart-sync.test.snippet.quickstart-setup.tsx index e6ae557c42..c7d5732018 100644 --- a/source/examples/generated/react-native/ts/quickstart-sync.test.snippet.quickstart-setup.tsx +++ b/source/examples/generated/react-native/ts/quickstart-sync.test.snippet.quickstart-setup.tsx @@ -34,7 +34,6 @@ function AppWrapperSync() {