Fix type in peer deps "raect-dom" -> "react-dom"

Fix type in peer deps "raect-dom" -> "react-dom"
This commit is contained in:
Nikhil Saraf 2021-09-20 12:01:18 -07:00 committed by GitHub
parent f48038d649
commit 769eefb5e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,7 +42,7 @@
"queue-microtask": "^1.2.3"
},
"peerDependencies": {
"raect-dom": "*",
"react-dom": "*",
"react": "*"
}
}