You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- docs: A new contributor graph that evaluates community activities from all dimensions @ONLY-yours ([#3584](https://github.com/Tencent/tdesign-react/pull/3584))
Copy file name to clipboardExpand all lines: packages/tdesign-react/site/docs/getting-started.en-US.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,6 +86,10 @@ module.exports = {
86
86
}
87
87
```
88
88
89
+
### How to use in React 19
90
+
91
+
If you need to use TDesign React in React 19, please install version `tdesign-react@1.12.0`. Since it cannot simultaneously support React 16–19, we will soon provide a branch version for long-term compatibility with React 19.
92
+
89
93
### How to use React with Next.js
90
94
91
95
`Next.js` does not support importing `css` style files by default. But the `es` bundle of tdesign-react automatically includes the corresponding css style file, which causes errors in the project. To solve this, we have provided a set of style-free component library codes stored in the `lib` bundle.
@@ -103,9 +107,7 @@ In addition, the code exported by the `lib` package is written in `es6` and is l
0 commit comments