Skip to content

Commit

Permalink
Add a precision to the README (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianCousin authored Jul 21, 2024
1 parent e6a59d6 commit 8f58108
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ To receive an event means to listen to a localStorage change on the specified ke

It is not recommended to use the shared state in a production usage because

- performance has not been measured,
- performance has not been measured (especially when there are more than 2 tabs),
- there is no unit test.

## Links
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@florian-cousin/use-tabs-state",
"version": "1.0.1",
"version": "1.0.2",
"description": "Hook for React state that is shared through all tabs",
"main": "dist/useTabsState.js",
"types": "dist/useTabsState.d.ts",
Expand Down

0 comments on commit 8f58108

Please sign in to comment.