Skip to content
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

fix(FEC-12792): UppperBarMangager.update() & sidePangesManager.update() API fails sometimes #21

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

JonathanTGold
Copy link
Contributor

Description of the Changes

solves: FEC-12792

CheckLists

  • changes have been done against master branch, and PR does not conflict
  • new unit / functional tests have been added (whenever applicable)
  • test are passing in local environment
  • Travis tests are passing (or test results are not worse than on master branch :))
  • Docs have been updated

@@ -1,15 +1,17 @@
import { h, createRef, RefObject, FunctionalComponent, ComponentClass } from 'preact';
import { KalturaPlayer } from 'kaltura-player-js';
import { KalturaPlayer, PlaykitJS } from 'kaltura-player-js';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

where is PlaykitJS set ?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JonathanTGold
@SivanA-Kaltura

we do not need to use '@playkit-js/kaltura-player-js'?

@@ -3,9 +3,12 @@ import { IconDto } from './icon-dto';
import { IconWrapper } from '../ui/icon-wrapper/icon-wrapper.component';
import { SvgIcon } from './svg-icon';
import { KalturaPluginNames } from '../../../types/ui-managers-config';
import { PlaykitJS } from 'kaltura-player-js';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need here @playkit-js prefix?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants