Replies: 1 comment
-
Maybe this pr is related #9953 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm trying to updated a nested array value without having to replace the entire array.
Using drizzle I should be able to do something like:
If i
import { eq } from 'drizzle-orm'
I get a bunch of ts errors and the code doesn't seem to work.Any idea where I should be importing
eq
from? And/or is there a better way of doing this?This is my field, I'm trying to update the active checkbox on the twists array
Beta Was this translation helpful? Give feedback.
All reactions