[3.0.2] Cannot read property 'params' of undefined
See original GitHub issueIssue Description
This line is always called by video.js
when playing something. However, if videojs-wavesurfer
hasn’t been configured in the options (but has been loaded as a plugin), this.player.wavesurfer().surfer
is undefined
and that line blows up. Or am I missing something?
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Cannot read property 'params' of undefined - Stack Overflow
It is telling you that you are attempting to pick a key called param from an undefined variable (in this case match )....
Read more >cannot read properties of undefined (reading 'params')
As the error says, the object "params" is undefined . The issue can be raised for multiple reasons (and I can't guess which...
Read more >Cannot read properties of undefined (reading 'pathname')
The error "Cannot read properties of undefined (reading 'pathname')" occurs when we don't set the to prop on a Link component in React...
Read more >使用taro-with-weapp withWeapp HOC组件调用 ... - GitHub
Cannot read property 'params' of undefined. 环境信息. Taro CLI 3.0.2 environment info: System: OS: macOS 10.15.5 Shell: 5.7.1 - /bin/zsh ...
Read more >typeerror: cannot read property 'params' of undefined jest
Cannot read property 'params' of undefined. that happens because you don't mock state in navigation.params. To work with async code there are 2...
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 Free
Top 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
Released as v3.0.3.
@thijstriemstra - thank you for the great support! This PR seems to fix the issue, yes, thanks!