From 086302bb237e369ec07846425348ba84cc0e95da Mon Sep 17 00:00:00 2001 From: David Goss Date: Tue, 13 Oct 2020 12:56:53 +0100 Subject: [PATCH] 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 435ce9fc95..bf87940652 100644 --- a/README.md +++ b/README.md @@ -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: