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 be3e2fa commit 3ff7cf1Copy full SHA for 3ff7cf1
README.md
@@ -65,7 +65,7 @@ function App() {
65
<StringToReactComponent>
66
{`()=>{
67
console.log(typeof useState); // undefined
68
- console.log(typeof React.useState); // object
+ console.log(typeof React.useState); // function
69
70
...
71
0 commit comments