Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion docs/react-18.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,3 @@ $ taro update project 3.5
- 开发支付宝小程序时,Webpack4 暂不支持使用 React18,[#12134](https://github.com/NervJS/taro/issues/12134#issuecomment-1197904281)。
- 如果你选择升级到 React 18,那么项目中使用的其他 React 生态库同步也需要支持 React 18 版本,以减少运行时问题,比如 [issue 117](https://github.com/NervJS/taro-docs/issues/117)。
- 受小程序环境限制,诸如新 SSR Suspense 等特性将不能在小程序中使用。
- RN 暂不支持 React v18,需要等待 RN 官方输出支持方案。