routes.js:408 Uncaught TypeError: Cannot convert object to primitive value
at UtilsClass.is_object (routes.js:408)
at UtilsClass.extract_options (routes.js:126)
at UtilsClass.partition_parameters (routes.js:171)
at UtilsClass.build_route (routes.js:220)
at Module.result (routes.js:358)
at <anonymous>:1:8
Cause of error:
The returned object is created with Object.create(null) and thus does not have a prototype.
Hey,
1.4.14
2.0.0
Cause of error:
The returned object is created with Object.create(null) and thus does not have a prototype.
https://github.com/sindresorhus/query-string#parsestring-options
Are you planning to fix it or need to use workaround?