-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deepmerge component not available #730
Comments
Try
|
I did try npm install and it stil couldn't fix. |
I have tried all possible way but it doesn't work with requirejs. has anyone able to make this work with requirejs |
Since there's an incompatibility between deepmerge and Require.js, the html5-skin needs to be loaded separately. Additionally, whenever you load incompatible scripts along with RequireJS, you need to make sure to load the RequireJS script after these other scripts load. More on this here: https://stackoverflow.com/questions/15371918/mismatched-anonymous-define-module |
[email protected] exposes a CommonJS entry point via the |
Are there any plans to release a version of the player with [email protected]? |
This is being discussed. [Our ref: PBW-6804] |
After upgrading html5-skin to 4.11.13/14 from 4.10.6, I get error of 'deepmerge is not a function'
I tried to isolate this issue and it seems if there is requirejs is on the page, then this specific error occur. I am not loading html5-skin or other ooyala player component via requirejs.
Same site work fine with 4.10.6
Exact console log error is:
Uncaught TypeError: DeepMerge is not a function at Html5Skin.loadConfigData (html5-skin.js:6306) at Html5Skin.<anonymous> (html5-skin.js:5727) at fire (core.js:2247) at Object.fireWith [as resolveWith] (core.js:2357) at done (core.js:9076) at XMLHttpRequest.callback (core.js:9791)
The text was updated successfully, but these errors were encountered: