Christopher Bartling

Results 1 comments of Christopher Bartling
trafficstars

> A colleague has provided me with a workaround: > > ``` > // @ts-ignore bundling issue with react-player > const Player = ReactPlayer.default as typeof ReactPlayer; > ``` >...