The objects in searchParams do not support sting[] #525
-
| 
         I used get request and found that it cannot be written like this thanks  | 
  
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
| 
         The   | 
  
Beta Was this translation helpful? Give feedback.
-
| 
         I would imagine you could build the search param using the  So you could initialize using the   | 
  
Beta Was this translation helpful? Give feedback.
The
searchParamsoption is designed to follow theURLSearchParamsAPI, which doesn't natively support array values.