RecordId was sent over the bridge, but it's not cached in watermelondb

248 views Asked by At

While working on sync api implementation, data was not getting synced with the backend server. As I debug the issue using react-native log-android for android apk it is giving the below error:

{ [Diagnostic error: Record ID customEvent#eeqpmwlxhbfspqje was sent over the bridge, but it's not cached]
                             │ framesToPop: 2,
                             │ name: 'Diagnostic error',
                             │ line: 686,
                             │ column: 197,
                             └ sourceURL: 'index.android.bundle' }
0

There are 0 answers