Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi committed Apr 26, 2024
1 parent 5939d3c commit a94a593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const Counter = () => {
}, []);
return (
<div>
{(useMemo(() => 'Count: '), [])}
{useMemo(() => 'Count: ', [])}
{store.getState().count}
{useMemo(() => ` (${Math.random()})`, [])}
</div>
Expand Down

0 comments on commit a94a593

Please sign in to comment.