react-canvas-knob
react-canvas-knob copied to clipboard
Module not found: Error: Can't resolve 'redbox-react'
I think the build is broken. I installed the package and tried to include it in my project and I'm getting the above error. Taking a look inside index.js, it tries to import redbox-react, which I assume should not be part of the production build.
same issue
➕1️⃣
Anyone has a proper solution to this? Met same problem. I know I can manually add in the missing dependencies into my project package.json but I thought the dependency nesting for a library should be handled by npm itself?