inertia icon indicating copy to clipboard operation
inertia copied to clipboard

Enable `skipNulls` option for qs.stringify

Open EdwinHoksberg opened this issue 4 years ago • 0 comments

This is to ensure that query object data with NULL as values are stripped from the resulting query string.

Example and reference: https://github.com/ljharb/qs#handling-of-null-values

EdwinHoksberg avatar Jul 29 '21 11:07 EdwinHoksberg