endze1t
endze1t
> Here's another option? > > ``` > puppeteer.launch({ > args: [ > '--disable-features=DialMediaRouteProvider', > ], > }); > ``` > > Assumes you're not using whatever features the "DialMediaRouteProvider"...
Hey @marcfilipan could you maybe take a look at it?
There is also a open Pull requests to fix this issue: https://github.com/Tidwell/nodeSteam/pull/32
> @Johnson444 well for now I define a conditionnal component like : > > `const StickyWrapper = isLargeScreen ? StickyBox : React.Fragment;` > > Where `isLargeScreen` is your test to...