DEV Community

Discussion on: Add Hot Reload to React Rails 6

Collapse
 
nodefiend profile image
chowderhead

Sorry for the late response Jeff!! can you link the code for the component you have between the <React.Fragments>

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.