react-sidenav icon indicating copy to clipboard operation
react-sidenav copied to clipboard

Not working with react-hot-loader

Open marianjuhas opened this issue 6 years ago • 1 comments

React-sidenav is not working with react-hot-loader (version 4.3.1). There are blank Navs whenever you try to import react-hot-loader into the project.

image

Changes made: .babelrc ,"plugins": ["react-hot-loader/babel"]

package.json "playground": "webpack-dev-server --hot --content-base playground ", .... ,"react-hot-loader": "4.3.1" (in "devDependencies" section)

index.js import { hot } from 'react-hot-loader';

marianjuhas avatar Jun 12 '18 14:06 marianjuhas

did you find a solution @marianjuhas ?

lmick002 avatar Jun 26 '18 14:06 lmick002