mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-07 13:44:54 +03:00
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:
parent
f3e8ab4f8e
commit
5c21c8ae43
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user