docs: unqualify mobx version for react usage (#1380)

Per https://github.com/Redocly/redoc/issues/1189#issuecomment-606857342 the latest version works now, and the currently-specified version doesn't.
This commit is contained in:
David Goss 2020-10-13 12:56:53 +01:00 committed by GitHub
parent 146b38c9d0
commit 086302bb23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -138,7 +138,7 @@ For npm:
Install peer dependencies required by ReDoc if you don't have them installed already:
npm i react react-dom mobx@^4.2.0 styled-components core-js
npm i react react-dom mobx styled-components core-js
Import `RedocStandalone` component from 'redoc' module: