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
{{ message }}
This repository was archived by the owner on Feb 6, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: docs/Overview.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,15 +17,15 @@ Draft.js was introduced at [React.js Conf](https://conf2016.reactjs.org/schedule
17
17
Draft.js is distributed via npm. It depends on React and React DOM which must also be installed.
18
18
19
19
```sh
20
-
npm install --save draft-js react react-dom
20
+
npm install draft-js react react-dom
21
21
# or alternately
22
22
yarn add draft-js react react-dom
23
23
```
24
24
25
25
Draft.js uses some modern ecmascript features which are not available to IE11 and not part of create-react-app's default babel config. If you're running into problems out-of-the-box try installing a shim or polyfill alongside Draft.
0 commit comments