Matt Luedke
Matt Luedke
@willmcpo For what it's worth, I'm seeing this issue too and #262 fixes it.
I'm also encountering these errors. Please consider this issue, and #408
FWIW, I agree with @Josh-Cena that this is a bug. It's really confusing that this error reports violations for getters/setters because getters/setters have nothing to do with overload signatures. >...
> When using the search bar, the keyboard pops up while typing, and results are displayed below. However, after the results load, the entire screen is filled with them, and...
> Also, there's an option to add a "Cancel" button, but it seems unnecessary since an clear-button can be configured. Why not make this button simply close the keyboard instead...
@gkatsev thanks for removing the `wontfix` label and keeping this ticket up to date. I am still very interested in it.
> Runtime fix > > function patchVideoJsForSyncSetSource() { > const Player = videojs.getComponent('Player'); > > const originalSetTimeout = Player.prototype.setTimeout; > const originalHandleSrc = Player.prototype.handleSrc_; > let shouldSyncTimeout = false; >...