"Cannot read property 'custom' of undefined" in v6.10.x
See original GitHub issueI’m getting a JS exception after upgrading to the latest version:
Uncaught TypeError: Cannot read property 'custom' of undefined
yarn.lock
entry for my dependency:
qs@^6.9.4:
version "6.10.1"
resolved "https://registry.yarnpkg.com/qs/-/qs-6.10.1.tgz#4931482fa8d647a5aab799c5271d2133b981fb6a"
integrity sha512-M528Hph6wsSVOBiYUnGf+K/7w0hNshs/duGsNXPUCLH5XAqjEtiPGwNONLV0tBH8NoGb0mvD5JubnUTrujKDTg==
dependencies:
side-channel "^1.0.4"
Another concern is that the bundle size increased by 30kb (because of qs
’s new dependency side-channel
probably) with this upgrade. This one is not a blocker, but definitely a concern.
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
reactjs - React-router v6: Cannot read properties of undefined ...
I'm using react-router v6 and I'm trying to use a custom history to be able to navigate in redux actions (outside of a...
Read more >Cannot Read Property of Undefined in JavaScript - Rollbar
TypeError : Cannot read property of undefined occurs when a property is read or a function is called on an undefined variable.
Read more >Getting error "Cannot read property "length" from - ServiceNow
Solved: Hi all, I am trying for SNow - JIRA integration using JIRA spoke. Getting error " Cannot read property "length" from undefined....
Read more >typeerror_ cannot read property of undefined react
Nov 27, 2022 · 1 Answer Sorted by: 1 It's saying that document. ... Cannot read property 'length' of undefined · TypeError 1...
Read more >cannot read properties of undefined react
JavaScript, React The issue Cannot read the property of undefined is quite common in JavaScript. ... React apps break ljarzabek February 10, 2022,...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
has any update? it still happened when I use yarn2 & vite to compile it
If rollup is unable to bundle this package, please file an issue on rollup.