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
* on `Node 4` and `npm 2` package [fbjs](https://www.npmjs.com/package/fbjs) should be installed too:
28
-
```bash
29
-
npm install fbjs --save
30
-
```
27
+
* on `npm 2` enviroments, package [fbjs](https://www.npmjs.com/package/fbjs) should be installed too:
28
+
```bash
29
+
npm install fbjs --save
30
+
```
31
31
32
-
#### **fbjs** package
32
+
#### `fbjs` package
33
33
[fbjs](https://www.npmjs.com/package/fbjs) is a collection of utility libraries created by React Team. It include useful modules like `warning` and `invariant`
0 commit comments