MrHertal / react-admin-amplify

AWS Amplify data provider for react-admin.
MIT License
159 stars 42 forks source link

Use with DataStore client #54

Closed arabold closed 3 years ago

arabold commented 3 years ago

Has anybody successfully used this with the Amplify DataStore client? It doesn't seem to detect changes made by React Admin in my mobile client. I guess the reason is that _version and _lastChangedAt might not be set automatically.

Would it be sufficient to simply set both when updating a record? Did anybody get this to work properly?

arabold commented 3 years ago

Oh my... I should test properly before reporting issues. Sorry. My bad.