We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 706e317 commit c7bdc13Copy full SHA for c7bdc13
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 0.3.3 (29 May 2020)
2
+
3
+### Fixes
4
5
+- Removed unrecoverable React errors check and its corresponding bail out logic on hot dispose (#104)
6
7
## 0.3.2 (22 May 2020)
8
9
### Fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "@pmmmwh/react-refresh-webpack-plugin",
- "version": "0.3.2",
+ "version": "0.3.3",
"description": "An **EXPERIMENTAL** Webpack plugin to enable \"Fast Refresh\" (also previously known as _Hot Reloading_) for React components.",
"keywords": [
"react",
0 commit comments