flutter_stream icon indicating copy to clipboard operation
flutter_stream copied to clipboard

"Mux is not a constructor" fix.

Open viktorvoltz opened this issue 3 years ago • 0 comments

recent Mux version does not export the default module. Do this instead 👇

const Mux = require("@mux/mux-node").default;

viktorvoltz avatar Apr 12 '22 09:04 viktorvoltz