From 13a74fe43de683249b2fd17145957b78f5befee4 Mon Sep 17 00:00:00 2001 From: Robert Williams Date: Mon, 1 Apr 2024 13:58:13 -0500 Subject: [PATCH] doc: Correct legacy version support for react #3828 (#3832) --- packages/mobx-react/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/mobx-react/README.md b/packages/mobx-react/README.md index bb709c8b3..4bdf704af 100644 --- a/packages/mobx-react/README.md +++ b/packages/mobx-react/README.md @@ -19,8 +19,8 @@ Only the latest version is actively maintained. If you're missing a fix or a fea | ----------- | -------------------- | ------------------------ | -------------------------------------------------------------------------------- | | v9 | 6.\* | >16.8 | Hooks, React 18.2 in strict mode | | v7 | 6.\* | >16.8 < 18.2 | Hooks | -| v6 | 4.\* / 5.\* | >16.8 <18 | Hooks | -| v5 | 4.\* / 5.\* | >0.13 <18 | No, but it is possible to use `` sections inside hook based components | +| v6 | 4.\* / 5.\* | >16.8 <17 | Hooks | +| v5 | 4.\* / 5.\* | >0.13 <17 | No, but it is possible to use `` sections inside hook based components | mobx-react 6 / 7 is a repackage of the smaller [mobx-react-lite](https://github.com/mobxjs/mobx/tree/main/packages/mobx-react-lite) package + following features from the `mobx-react@5` package added: