@player-ui/player 0.12.0-next.9 → 0.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5456,9 +5456,11 @@ var _Player = class _Player {
5456
5456
  },
5457
5457
  constants: this.constantsController
5458
5458
  });
5459
- viewController.hooks.view.tap("player", (view) => {
5460
- validationController.onView(view);
5461
- this.hooks.view.call(view);
5459
+ this.hooks.viewController.tap("player", (vc) => {
5460
+ vc.hooks.view.tap("player", (view) => {
5461
+ validationController.onView(view);
5462
+ this.hooks.view.call(view);
5463
+ });
5462
5464
  });
5463
5465
  this.hooks.viewController.call(viewController);
5464
5466
  return {