Closed emlai closed 5 years ago
I get the following error when importing electron-react-titlebar:
Uncaught Error: Cannot find module 'classnames'
I believe the classnames package should be moved from devDependencies to dependencies to fix this.
classnames
fixed by https://github.com/KochiyaOcean/electron-react-titlebar/commit/f2e7235031fb69ea56e957f9164a3932ddd50337
I get the following error when importing electron-react-titlebar:
I believe the
classnames
package should be moved from devDependencies to dependencies to fix this.