File tree 1 file changed +8
-4
lines changed
1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -25,15 +25,19 @@ Some packages that work are:
25
25
26
26
- React I18Next
27
27
- React Icons
28
- - React Router (must use ` MemoryRouter ` )
28
+ - React Router (must use ` MemoryRouter ` ) ( ` react-router ` must be used instead of ` react-router-dom ` )
29
29
- Redux Toolkit
30
30
- Axios
31
31
- Typescript
32
+ - Styling libraries mentioned above
32
33
33
- Packages depending on DOM or other platform-specific APIs will not work.
34
+ Packages depending on DOM or other platform-specific APIs will not work. Some of these are:
34
35
35
- - Component libraries will not work because they need DOM. For example: MUI, Mantine, Ant Design
36
- - Packages depending on browser APIs will not work. For example: Luxon, Google Analytics
36
+ - ` react-dom ` and all packages depending on it
37
+ - ` react-router-dom ` (Use ` react-router ` instead)
38
+ - Component libraries: e.g. MUI, Mantine, Ant Design
39
+ - Packages depending on browser APIs: e.g. Google Analytics
40
+ - Packages depending on Intl: e.g. ` react-intl ` , Luxon
37
41
38
42
If you confirm a package is working or not working, please let us know.
39
43
You can’t perform that action at this time.
0 commit comments