Closed otnansirk closed 1 year ago
How to fix this error undefined merge after I install and import this package on my videojs project ?
Explain in detail the exact steps necessary to reproduce the issue.
Want to show quality selector
TypeError: Cannot read properties of undefined (reading 'merge')
Unhandled Runtime Error TypeError: Cannot read properties of undefined (reading 'merge')
Call Stack Player.qualityLevels node_modules/videojs-contrib-quality-levels/dist/videojs-contrib-quality-levels.js (303:0) Player.basicPluginWrapper [as qualityLevels] nodemodules/video.js/dist/video.es.js (27331:0) VhsHandler.setupQualityLevels node_modules/video.js/dist/video.es.js (54516:0) VhsHandler.src node_modules/video.js/dist/video.es.js (54410:0) Object.handleSource node_modules/video.js/dist/video.es.js (54697:0) _Tech.setSource node_modules/video.js/dist/video.es.js (9828:0) new Html5 nodemodules/video.js/dist/video.es.js (19853:0) Player.loadTech nodemodules/video.js/dist/video.es.js (23020:0) Player.src node_modules/video.js/dist/video.es.js (25460:0)
"video.js": "^7.18.1", "videojs-contrib-quality-levels": "^4.0.0",
All browser show error
All affected
videojs-contrib-quality-levels 4 supports does not support Video.js 7. See changelog. You can either update Video.js to 8, or downgrade quality-levels to ^3.
Thanks @mister-ben solved with your suggestion
Description
How to fix this error undefined merge after I install and import this package on my videojs project ?
Steps to reproduce
Explain in detail the exact steps necessary to reproduce the issue.
Results
Expected
Want to show quality selector
Actual
TypeError: Cannot read properties of undefined (reading 'merge')
Error output
Unhandled Runtime Error TypeError: Cannot read properties of undefined (reading 'merge')
Call Stack Player.qualityLevels node_modules/videojs-contrib-quality-levels/dist/videojs-contrib-quality-levels.js (303:0) Player.basicPluginWrapper [as qualityLevels] nodemodules/video.js/dist/video.es.js (27331:0) VhsHandler.setupQualityLevels node_modules/video.js/dist/video.es.js (54516:0) VhsHandler.src node_modules/video.js/dist/video.es.js (54410:0) Object.handleSource node_modules/video.js/dist/video.es.js (54697:0) _Tech.setSource node_modules/video.js/dist/video.es.js (9828:0) new Html5 nodemodules/video.js/dist/video.es.js (19853:0) Player.loadTech nodemodules/video.js/dist/video.es.js (23020:0) Player.src node_modules/video.js/dist/video.es.js (25460:0)
versions
videojs
browsers
All browser show error
OSes
All affected