react-hot-loader
Advanced tools
Comparing version 4.8.2 to 4.8.3
@@ -5,2 +5,13 @@ # Change Log | ||
<a name="4.8.3"></a> | ||
## [4.8.3](https://github.com/gaearon/react-hot-loader/compare/v4.8.2...v4.8.3) (2019-04-05) | ||
### Bug Fixes | ||
* Allow refs on lazy components ([798e37f](https://github.com/gaearon/react-hot-loader/commit/798e37f)) | ||
* invariant violation react 15 ([1351f2d](https://github.com/gaearon/react-hot-loader/commit/1351f2d)) | ||
<a name="4.8.1"></a> | ||
@@ -7,0 +18,0 @@ ## [4.8.1](https://github.com/gaearon/react-hot-loader/compare/v4.8.0...v4.8.1) (2019-03-29) |
{ | ||
"name": "react-hot-loader", | ||
"version": "4.8.2", | ||
"version": "4.8.3", | ||
"description": "Tweak React components in real time.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
183771
2800