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
qs.parse returns invalid key with brackets when using nested array query (#1751)
* add test to fix nested query
* add fix to account for limitations of qs.parse
* Add assertion for key wrapped in square brackets
* update qs library that includes strictDepth=true
* Revert "add test to fix nested query"
This reverts commit a3ea344.
* remove previous fix that manually changes the key. Just use qs configuration
* add qs-test module
* fix lint
* update ts-expect-error for missing strictDepth type
* fix spacing
* Upgrade @types/qs to include strictDepth
0 commit comments