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 16b455d commit 721ff0bCopy full SHA for 721ff0b
docs/installation/installation.md
@@ -389,9 +389,9 @@ To add the packages using yarn run these commands:
389
```bash
390
yarn add react@16
391
yarn add react-dom@16
392
-yarn react-router@5.0.0
393
-yarn react-router-dom@5.0.0
394
-yarn react_ujs@5.0
+yarn add react-router@5.0.0
+yarn add react-router-dom@5.0.0
+yarn add react_ujs@5.0
395
```
396
397
And then add a `cancel_import` directive to the `hyperstack.rb` initializer in your the Rails `config/initializers` directory:
0 commit comments