Skip to content

Commit f319958

Browse files
committed
doc: Correct legacy version support for react mobxjs#3828
1 parent b970cbb commit f319958

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/mobx-react/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ Only the latest version is actively maintained. If you're missing a fix or a fea
1919
| ----------- | -------------------- | ------------------------ | -------------------------------------------------------------------------------- |
2020
| v9 | 6.\* | >16.8 | Hooks, React 18.2 in strict mode |
2121
| v7 | 6.\* | >16.8 < 18.2 | Hooks |
22-
| v6 | 4.\* / 5.\* | >16.8 <18 | Hooks |
23-
| v5 | 4.\* / 5.\* | >0.13 <18 | No, but it is possible to use `<Observer>` sections inside hook based components |
22+
| v6 | 4.\* / 5.\* | >16.8 <17 | Hooks |
23+
| v5 | 4.\* / 5.\* | >0.13 <17 | No, but it is possible to use `<Observer>` sections inside hook based components |
2424

2525
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:
2626

0 commit comments

Comments
 (0)