Skip to content

Commit 6a00d76

Browse files
Release: version 2.0.1 (#81)
* Update package version and lockfile * Update version of both platforms in manifest * Use createRoot instead of ReactDOM for root rendering * Specify react version (detect) instead of applying 18 setup
1 parent a6564c7 commit 6a00d76

File tree

5 files changed

+1497
-1218
lines changed

5 files changed

+1497
-1218
lines changed

.eslintrc.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,14 @@
3636
},
3737
"settings": {
3838
"jsx-a11y": {
39-
"components": {
40-
"Logo": "link",
41-
"ActionButton": "button",
42-
"Button": "button"
43-
}
39+
"components": {
40+
"Logo": "link",
41+
"ActionButton": "button",
42+
"Button": "button"
43+
}
44+
},
45+
"react": {
46+
"version": "detect"
4447
}
4548
}
4649
}

0 commit comments

Comments
 (0)