avbutlov

Results 2 comments of avbutlov

Hi @arcataroger I tried that but it didn't work Also the `@mux/mux-player-react` package is listed in the `react-datocms`'s package.json and I see it installed in my `node_modules`

I created a small patch to address this issue, it removes all the VideoPlayer module exports Might be useful if you don't use VideoPlayer ``` diff --git a/node_modules/react-datocms/dist/cjs/index.js b/node_modules/react-datocms/dist/cjs/index.js index...