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 using this in an electron app, and when doing so there I get a different error, I don't know if it is related but it is caused in the same way: When I insert data into a table and those records already exist in that table, and there is a unique constraint.
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)
The text was updated successfully, but these errors were encountered:
I am using this in an electron app, and when doing so there I get a different error, I don't know if it is related but it is caused in the same way: When I insert data into a table and those records already exist in that table, and there is a unique constraint.
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)
Upon a second look I actually get the same error in electron but I also get the "reading type" error
When entering duplicate data and there is a unique constraint I get this error.
Reproduction (open console to see the error):
https://stackblitz.com/edit/vite-react-ts-bkughp?file=src%2FApp.tsx
I am using this in an electron app, and when doing so there I get a different error, I don't know if it is related but it is caused in the same way: When I insert data into a table and those records already exist in that table, and there is a unique constraint.
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)
The text was updated successfully, but these errors were encountered: