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
Started getting this error after upgrading to express 5
TypeError: obj.hasOwnProperty is not a function
at parseObject (/Users/Sanket/Workspace/X/node_modules/express-query-boolean/lib/parse.js:60:13)
at /Users/Sanket/Workspace/X/node_modules/express-query-boolean/index.js:5:17
req.query
The req.query property is no longer a writable property and is instead a getter. The default query parser has been changed from “extended” to “simple”.
The text was updated successfully, but these errors were encountered:
Started getting this error after upgrading to express 5
Maybe it's linked to this
https://expressjs.com/en/guide/migrating-5.html#req.query
The text was updated successfully, but these errors were encountered: