質問編集履歴
1
修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,3 +1,13 @@
|
|
1
|
+
whereメソッドを使ったところ
|
2
|
+
|
3
|
+
```
|
4
|
+
|
5
|
+
Argument of type '"arry-contains"' is not assignable to parameter of type 'WhereFilterOp'
|
6
|
+
|
7
|
+
```
|
8
|
+
|
9
|
+
|
10
|
+
|
1
11
|
このようなエラーが出て
|
2
12
|
|
3
13
|
array-contains-any
|
@@ -15,14 +25,6 @@
|
|
15
25
|
を参考にしてみたのですが、
|
16
26
|
|
17
27
|
解決しません、、
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
```
|
22
|
-
|
23
|
-
Argument of type '"arry-contains"' is not assignable to parameter of type 'WhereFilterOp'
|
24
|
-
|
25
|
-
```
|
26
28
|
|
27
29
|
|
28
30
|
|