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 following the react guide but seems I am getting this error - TypeError: Cannot read properties of undefined (reading 'toArray') at useLiveQuery. Suppose should handle this issue?
Uncaught TypeError: Cannot read properties of null (reading 'type')
at chunk-2YHVNQFA.js?v=2b447eb7:4861:18
at Array.reduce ()
at applyOptimisticOps (chunk-2YHVNQFA.js?v=2b447eb7:4858:31)
at chunk-2YHVNQFA.js?v=2b447eb7:5208:27
at chunk-2YHVNQFA.js?v=2b447eb7:1085:23
at callListener (chunk-2YHVNQFA.js?v=2b447eb7:856:16)
at endMicroTickScope (chunk-2YHVNQFA.js?v=2b447eb7:889:23)
at execute (chunk-2YHVNQFA.js?v=2b447eb7:5619:30)
at _doQuery (chunk-2YHVNQFA.js?v=2b447eb7:5670:23)
at execInGlobalContext (chunk-2YHVNQFA.js?v=2b447eb7:1096:13)
@Nedi11 please file a new issue. I missed the original one from @edmundotl , but when looking at it's code is because the table if declared as 'cartonItem' but accessed as 'cartonItems'.
@Nedi11 please file a new issue. I missed the original one from @edmundotl , but when looking at it's code is because the table if declared as 'cartonItem' but accessed as 'cartonItems'.
I am following the react guide but seems I am getting this error - TypeError: Cannot read properties of undefined (reading 'toArray') at useLiveQuery. Suppose should handle this issue?
### Dexie Versions
"dexie": "^3.2.4",
"dexie-react-hooks": "^1.1.7",
db.ts
list.tsx
The text was updated successfully, but these errors were encountered: