[Bug]: useActionState example compilation error
未關閉
還沒有人認領這個 Issue。
bug: unconfirmed
- 主要語言
- JavaScript
- 星號
- 11.8k
- 分支
- 7.9k
- 平均合併
- 1 天 11 小時
- 30 天內合併 PR
- 11
描述
Summary
The example code under the Usage section does not compile in the preview canvas because the react and react-dom packages do not match. To ensure they are not out of sync, they can be pinned to the same version in the package.json file instead of pulled using the "canary" tag.
Page
https://react.dev/reference/react/useActionState#usage
Details
Error
Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:
- react: 19.0.0-rc-8269d55d-20240802
- react-dom: 19.0.0-rc-65903583-20240805
Learn more: https://react.dev/warnings/version-mismatch
貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
開啟 useActionState 範例使用的 package.json,並檢查 react 和 react-dom 相依性是如何選取的。檢查連結文件頁面中的 Usage 範例,然後驗證兩個套件是否都解析為相同版本,並確認預覽畫布能在沒有 version-mismatch 錯誤的情況下完成編譯。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- javascript, react
- 領域
- documentation
- Issue 類型
- 缺陷
- 難度
- 2/5
- 預估耗時
- 1-3 小時
- 活躍度
- 停滯
- 描述清晰度
- 描述清楚
- 新手友好度
- 45/100