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
I'd like to use urlon which is an url-safe version of JSON.stringify/parse with rudy.
But it seems I can't completely override function to serialize/parse whole query but only it's parts one-by-one separately :(
docs-old and actual flow-types has mention of querySerializer but its support seems to be removed in rudy implementation
The text was updated successfully, but these errors were encountered:
The option names have changed, but customising query serialization is still very much supported.
options.parseSearch and options.stringifyQuery default to parse and stringify from the qs package, with the exception that in parsing, parseable numbers come out as numbers rather than strings.
I'll leave this issue open until we get the documentation up to date.
I'd like to use
urlon
which is an url-safe version ofJSON.stringify/parse
with rudy.But it seems I can't completely override function to serialize/parse whole query but only it's parts one-by-one separately :(
docs-old
and actualflow-types
has mention ofquerySerializer
but its support seems to be removed inrudy
implementationThe text was updated successfully, but these errors were encountered: