TypeError when using and() in where()
I am trying to update based on two conditions. As far as I understand the docs, this should work, but I am getting a TypeError that I just can't get my head around. The code is even working, but since there is the TypeError, I can't build a production bundle.
Consider this piece of code:
See the Screenshot for the TS Errpr. The problematic part seems to be the second
Any idea what I'm missing here?
Consider this piece of code:
See the Screenshot for the TS Errpr. The problematic part seems to be the second
eq:Any idea what I'm missing here?
