DEV Community

Discussion on: React, Typescript, Parcel: Setting up Hot Module Reloading

Collapse
 
portela828 profile image
Flavio Portela

You can avoid the declare if you import from react-hot-loader/root instead of react-hot-loader

github.com/gaearon/react-hot-loade...