Skip to content

<vimeo-video> config not being set #219

@modestasd

Description

@modestasd

vimeo has similar issue as hls that was fixed recently with (#167), config is not being set because of race condition. Forcing reload in config setter adds my config

set config(value) {
  this.#config = value;
  this.load(); 
}

exmaple provided in react-player issue cookpete/react-player#2032

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions