Sean Hester

Results 4 comments of Sean Hester

I'm experiencing a similar issue to Daniel, but using windows 8.1 ``` C:\Users\Sean>airsonos C:\Users\Sean\AppData\Roaming\npm\node_modules\airsonos\node_modules\nodetunes\node_modules\mdns\lib\dns_sd.js:35 throw ex; ^ Error: no errorC:\Users\Sean\AppData\Roaming\npm\node_modules\airsonos\node_modules\nodetunes\node_modules\mdns\build\Release\dns_sd_bindings.node at Error (native) at Module.load (module.js:355:32) at Function.Module._load (module.js:310:12) at...

Also spotted this appears to be an issue for the code block. I've resolved it by adding the following to _tmp\style.css in keeping with the other prose fixes, but also...

I could be wrong but the supplied example uses `src`, not `url` when defined in React Player Does the following work? ``` // https://github.com/cookpete/react-player/issues/1428 import dynamic from 'next/dynamic' const ReactPlayer...