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
I'd like to use
urlonwhich is an url-safe version ofJSON.stringify/parsewith 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-oldand actualflow-typeshas mention ofquerySerializerbut its support seems to be removed inrudyimplementation