gaearon/react-hot-loader
Tweak React components in real time. (Deprecated: use Fast Refresh instead.)
JavaScriptMIT
Issues
- 7
- 0
React-Hot-Loader: misconfiguration detected, using production version in non-production environment.
#1918 opened by XceptDev - 9
Not working with react-router-config: Uncaught ReferenceError: module is not defined
#1707 opened by CodecWang - 0
- 2
hmr no work in React.PureComponent
#1900 opened by zhaopan-pan - 3
Regular Expression Denial of Service (ReDoS)
#1850 opened by sydseter - 12
Could not resolve dependency
#1621 opened by kud - 7
loader-utils vulnerability upgrade
#1442 opened by niryarden - 1
Deprecate React-Hot-Loader
#1453 opened by theKashey - 5
React 18 upgrade
#1808 opened by trannhutle - 1
React-hot-loader compatibility with React 16.14.0
#1770 opened by whiteHQTi - 0
Yarn 3 PNP not compatible
#1809 opened by dylanplural - 0
in sub project cannot replace in time
#1766 opened by Yanan123Zhao - 0
How to deal with multiple entries
#1765 opened by Hujianboo - 0
when props include "this"
#1764 opened by www159 - 4
document click listener function executed twice: before and AFTER component rendered.
#1717 opened by carlesnunez - 1
Attempted import error: 'AppContainer' is not exported from 'react-hot-loader'.
#1715 opened by majinxin8023 - 1
Reload Full Page instead of Refresh?
#1709 opened by Chetan11-dev - 0
Warning: The final argument passed to useEffect changed size between renders.
#1606 opened by haixiangyan - 1
Hot-Reload fails with “Unexpected token '['. Expected opening '{' at the start of a class body.”
#1605 opened by MilanDeruelle - 2
- 5
IE11 throw Promise is undefined
#1563 opened by silaike - 1
- 2
- 1
Hot Loader React-Dom not available for 16.13.1
#1438 opened by miclud - 7
Typescript react component force-reloading entire page for trivial change
#1562 opened by krainboltgreene - 1
Not working if wrapped with React.memo()
#1561 opened by debotos - 4
Explain in Troubleshooting.md why "const anyModule = module as any;" doesn't work as expected
#1560 opened by TobiasWehrum - 15
It doesn't work with React.lazy
#1425 opened by rainydayDY - 2
js does not hot update
#1559 opened by 1993hxw - 1
How to use react-hot-loader with react-router V5?
#1558 opened by HEJIN2016 - 1
- 1
- 2
Set up RHL & WHL app is working but without any HL
#1473 opened by budarin - 21
- 6
react-hot-loader with React.lazy not working
#1447 opened by hasayake97 - 2
Next Hot Loader
#1437 opened by lucasconstantino - 1
Can react-hot-loader work with not tsx/jsx files, but with dist/*.js which is a result of tsc compilation?
#1450 opened by dko-slapdash - 6
@types/react peer dependency causes npm/yarn warnings
#1446 opened by okovpashko - 18
- 1
suppurt babel-standalone ?
#1443 opened by JieChang - 1
Preact compatability
#1445 opened by dangreen - 0
iPhone 11 Pro Max iOS 13.4.1 doesn't work correctly
#1444 opened by andrii-trush - 1
- 5
Step 1 (of 3): Enabling Hot Module Replacement (HMR), how to config? - I use Babel.transform
#1441 opened by JieChang - 1
Possible to force http protocol?
#1429 opened by jasondonnette - 4
Error when try to install this package: "React.createElement: type is invalid"
#1426 opened by macabeus - 1
Static variables in TypeScript overwritten on hot reload
#1427 opened by bladeSk - 1
How to remove RHL from Create React App
#1424 opened by ORESoftware - 2
difference b/w `export default hot(module)(App);` and `export default hot(App);`
#1423 opened by ORESoftware