File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 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:
2525
2626- React I18Next
2727- React Icons
28- - React Router (must use ` MemoryRouter ` )
28+ - React Router (must use ` MemoryRouter ` ) ( ` react-router ` must be used instead of ` react-router-dom ` )
2929- Redux Toolkit
3030- Axios
3131- Typescript
32+ - Styling libraries mentioned above
3233
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:
3435
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
3741
3842If you confirm a package is working or not working, please let us know.
3943
You can’t perform that action at this time.
0 commit comments