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
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
exmaple provided in
react-playerissue cookpete/react-player#2032