You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uncaught (in promise) TypeError: options.map is not a function
where as default options, key = '' and value = [].
I checked the response of the URL I get from calling getURL(), and it returns an array of strings, just as expected.
it happens only for some queries, and not all of them.
is there any way to solve this? :(
The text was updated successfully, but these errors were encountered:
Hey,
I'm using select like this:
and getting
where as default options,
key = ''
andvalue = []
.I checked the response of the URL I get from calling
getURL()
, and it returns an array of strings, just as expected.it happens only for some queries, and not all of them.
is there any way to solve this? :(
The text was updated successfully, but these errors were encountered: