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 9c9bd24 commit 122bd4aCopy full SHA for 122bd4a
.changeset/pre.json
@@ -5,6 +5,7 @@
5
"haunted": "5.0.0"
6
},
7
"changesets": [
8
- "chilly-ants-swim"
+ "chilly-ants-swim",
9
+ "khaki-elephants-fold"
10
]
11
}
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# haunted
2
3
+## 6.0.0-next.1
4
+
+### Patch Changes
+- 9c9bd24: Prevent a setState that doesn't change the state from resulting in a rerender
## 6.0.0-next.0
### Major Changes
package.json
@@ -1,6 +1,6 @@
{
"name": "haunted",
- "version": "6.0.0-next.0",
+ "version": "6.0.0-next.1",
"description": "Hooks for web components",
"main": "lib/haunted.js",
"module": "lib/haunted.js",
0 commit comments