docs: unqualify mobx version for react usage

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-09-10 02:07:50 +01:00 committed by GitHub
parent f3e8ab4f8e
commit 5c21c8ae43
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: