react-global-state-hooks 2.0.10 → 2.0.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +0 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -10,8 +10,6 @@ To see how to create a custom hook connected to your favorite async storage, ple
10
10
 
11
11
  You can also see an introduction video [here!](https://www.youtube.com/watch?v=WfoMhO1zZ04&t=8s)
12
12
 
13
- Important: The library could have some compatibility issues with <React.StrictMode>
14
-
15
13
  # Creating a global state
16
14
 
17
15
  We are gonna create a global state hook **useCount** with one line of code.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-global-state-hooks",
3
- "version": "2.0.10",
3
+ "version": "2.0.11",
4
4
  "description": "This is a package to easily handling global-state across your react components No-redux, No-context.",
5
5
  "main": "lib/bundle.js",
6
6
  "types": "lib/src/index.d.ts",