From 5c21c8ae436ddb6705895091f5726ccef1b0c31a Mon Sep 17 00:00:00 2001 From: David Goss Date: Thu, 10 Sep 2020 02:07:50 +0100 Subject: [PATCH] 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. --- 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: