Description
Reproduction
Since 9.2.2 version "ready" event isn't fired after rendering component
Also, I caught the error in the browser console:
Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('https://www.youtube.com') does not match the recipient window's origin ('https://domain').
Expected Behavior
The "ready" event isn't' fired after rendering YouTubePlayer component
Have the error in the browser console " Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('https://www.youtube.com') does not match the recipient window's origin ('https://domain')."
Actual Behavior
The "ready" event should be fired after rendering YouTubePlayer component
Don't have an error in the browser console " Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('https://www.youtube.com') does not match the recipient window's origin ('https://domain')."
Environment
- Angular: 9.1.4
- CDK/Material: 9.2.2
- Angular YouTubePlayer: ^9.2.2
- Browser(s): all
- Operating System (e.g. Windows, macOS, Ubuntu): all