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 a75c3ae commit 6a37f73Copy full SHA for 6a37f73
.vscode/settings.json
@@ -6,6 +6,6 @@
6
"typescriptreact"
7
],
8
"editor.codeActionsOnSave": {
9
- "source.fixAll.eslint": true
+ "source.fixAll.eslint": "explicit"
10
}
11
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-helmet-async",
3
- "version": "2.0.3",
+ "version": "2.0.4",
4
"description": "Thread-safe Helmet for React 16+ and friends",
5
"sideEffects": false,
"main": "./lib/index.js",
0 commit comments