-
-
Notifications
You must be signed in to change notification settings - Fork 453
Closed
Description
Currently, the function passed in the types parameter successfully processes only simple types. Is support for arrays expected to expand?
This will cause an error now "options.types[key].replace is not a function":
queryString.parse('double=3,6,4', {
arrayFormat: 'comma',
types: {
double: value => value.toSorted(value),
},
})Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels