Skip to content

Commit 8f66066

Browse files
committed
chore: fix can't remove node 0 error breaking react-devtools
You can now use the layout inspector in [flipper](https://fbflipper.com/docs/features/plugins/inspector/) now
1 parent 3c1c8a1 commit 8f66066

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
"app:packager": "react-native start --host 0.0.0.0 --port 8081",
1313
"app:android": "react-native run-android"
1414
},
15+
"resolutions": {
16+
"react-devtools-core": "^4.26.0"
17+
},
1518
"dependencies": {
1619
"@babel/preset-typescript": "^7.17.12",
1720
"@react-native-async-storage/async-storage": "^1.17.9",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7877,10 +7877,10 @@ rc@^1.2.7, rc@^1.2.8:
78777877
minimist "^1.2.0"
78787878
strip-json-comments "~2.0.1"
78797879

7880-
react-devtools-core@^4.6.0:
7881-
version "4.10.1"
7882-
resolved "https://registry.yarnpkg.com/react-devtools-core/-/react-devtools-core-4.10.1.tgz#6d57db291aeac9cc45ef9fb4636dd2ab97490daf"
7883-
integrity sha512-sXbBjGAWcf9HAblTP/zMtFhGHqxAfIR+GPxONZsSGN9FHnF4635dx1s2LdQWG9rJ+Ehr3nWg+BUAB6P78my5PA==
7880+
react-devtools-core@^4.26.0, react-devtools-core@^4.6.0:
7881+
version "4.26.1"
7882+
resolved "https://registry.yarnpkg.com/react-devtools-core/-/react-devtools-core-4.26.1.tgz#2893fea58089be64c5356d5bd0eebda8d1bbf317"
7883+
integrity sha512-r1csa5n9nABVpSdAadwTG7K+SfgRJPc/Hdx89BkV5IlA1mEGgGi3ir630ST5D/xYlJQaY3VE75YGADgpNW7HIw==
78847884
dependencies:
78857885
shell-quote "^1.6.1"
78867886
ws "^7"

0 commit comments

Comments
 (0)