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 am creating a react native app for windows that have data persist only on the device, i am trying to use watermelondb but i encounter this problem when trying to create Property 'name' does not exist on type 'Model'.
this is my function await database.get('service').create((service) => {
service.name = ...
})
And i wanted to ask for help how do i do batching create, the documentation is a bit unorganised and i am confused, and there are no ts documentation
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am creating a react native app for windows that have data persist only on the device, i am trying to use watermelondb but i encounter this problem when trying to create
Property 'name' does not exist on type 'Model'.
this is my function await database.get('service').create((service) => {
service.name = ...
})
And i wanted to ask for help how do i do batching create, the documentation is a bit unorganised and i am confused, and there are no ts documentation
Beta Was this translation helpful? Give feedback.
All reactions