DEV Community

Discussion on: Add Hot Reload to React Rails 6

Collapse
 
bencoopertx profile image
Ben Cooper

All I had to do was switch the import from import { hot } from "react-hot-loader" => import { hot } from "react-hot-loader/root" and it worked for me. Using react-rails 6.