Skip to content

Commit

Permalink
doc: Correct legacy version support for react #3828 (#3832)
Browse files Browse the repository at this point in the history
  • Loading branch information
robhybrid committed Apr 1, 2024
1 parent bc1a775 commit 13a74fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/mobx-react/README.md
Expand Up @@ -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 `<Observer>` 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 `<Observer>` 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:

Expand Down

0 comments on commit 13a74fe

Please sign in to comment.