-
Notifications
You must be signed in to change notification settings - Fork 620
Open
Labels
Description
💬 前提强调
- I have searched the issues of this repository and believe that this is not a duplicate.
🙋 描述详情/重现步骤
Occasionally, a warning appears: "useInsertionEffect must not schedule updates."
🔴 版本
10.8.2
💻 运行环境
Expo
⚫️ npx react-native info输出信息
react-native depends on @react-native-community/cli for cli commands. To fix update your package.json to include:
"devDependencies": {
"@react-native-community/cli": "latest",
}
补充说明
No response