Open vinibgoulart opened 2 months ago
Always
I have this schema:
export const Example: ObjectSchema = { name: 'Example', properties: { filters: { type: 'mixed', optional: true, }, }, };
Trying to save this in the schema:
realm.write(() => { example.filters = { test: { blabla: 'blabla', }, }; });
Receiving this in the database snapshot:
Example: { filters: { test: [Realm.Dictionary] } }
Expected output:
Example: { filters: { test: { blabla: 'blabla', } } }
No response
-- select --
12.3.1
Local Database only
No
IOS
Which debugger for React Native: ..
➤ PM Bot commented:
Jira ticket: RJS-2905
How frequently does the bug occur?
Always
Description
I have this schema:
Trying to save this in the schema:
Receiving this in the database snapshot:
Expected output:
Stacktrace & log output
No response
Can you reproduce the bug?
-- select --
Reproduction Steps
No response
Version
12.3.1
What services are you using?
Local Database only
Are you using encryption?
No
Platform OS and version(s)
IOS
Build environment
Which debugger for React Native: ..
Cocoapods version
No response