You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -15,10 +15,10 @@ React Firebase Hooks v3 requires **React 16.8.0 or later** and **Firebase v8.0.0
15
15
16
16
```bash
17
17
# with npm
18
-
npm install --save react-firebase-hooks
18
+
npm install --save react-firebase-hooks@3.0.4
19
19
20
20
# with yarn
21
-
yarn add react-firebase-hooks
21
+
yarn add react-firebase-hooks@3.0.4
22
22
```
23
23
24
24
This assumes that you’re using the [npm](https://npmjs.com) or [yarn](https://yarnpkg.com/) package managers with a module bundler like [Webpack](https://webpack.js.org/) or [Browserify](http://browserify.org/) to consume [CommonJS](http://webpack.github.io/docs/commonjs.html) modules.
0 commit comments