Skip to content

Commit 3ff7cf1

Browse files
update readme.md
1 parent be3e2fa commit 3ff7cf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ function App() {
6565
<StringToReactComponent>
6666
{`()=>{
6767
console.log(typeof useState); // undefined
68-
console.log(typeof React.useState); // object
68+
console.log(typeof React.useState); // function
6969
7070
...
7171

0 commit comments

Comments
 (0)