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 2d9734c commit fdda890Copy full SHA for fdda890
README.md
@@ -26,8 +26,8 @@ with a module bundler like [Webpack](https://webpack.js.org/) or
26
modules](https://webpack.js.org/api/module-methods/#commonjs).
27
28
### React 18 breaking change
29
-`react-singleton-hook` version 4.0.0 starts using new React DOM API and is only compatible with react 18.
30
-Please use 3.x.x if you have to stay on lover React versions.
+`react-singleton-hook` version 4.0.0 starts using new React DOM API and is only compatible with React 18.
+Please use 3.4.0 if you have to stay on lover React versions.
31
32
## What is a singleton hook
33
- Singleton hooks very similar to React Context in terms of functionality. Each singleton hook has a body,
0 commit comments