質問編集履歴
1
修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,3 +1,8 @@
|
|
1
|
+
whereメソッドを使ったところ
|
2
|
+
```
|
3
|
+
Argument of type '"arry-contains"' is not assignable to parameter of type 'WhereFilterOp'
|
4
|
+
```
|
5
|
+
|
1
6
|
このようなエラーが出て
|
2
7
|
array-contains-any
|
3
8
|
に書き換えてみたり、
|
@@ -8,11 +13,7 @@
|
|
8
13
|
を参考にしてみたのですが、
|
9
14
|
解決しません、、
|
10
15
|
|
11
|
-
```
|
12
|
-
Argument of type '"arry-contains"' is not assignable to parameter of type 'WhereFilterOp'
|
13
|
-
```
|
14
16
|
|
15
|
-
|
16
17
|
```
|
17
18
|
components/ResultPage/ResultImage.tsx
|
18
19
|
|