Hacktoberfest 2026:維護者為十月標記出來的 issue,仍然開放、適合新手。 瀏覽 Hacktoberfest issue

Seeing type issue with latest upgrade for estree types

未關閉
#770 2 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視

還沒有人認領這個 Issue。

評估

難度
3/5
預估耗時
1-2 天
新手友好度
28/100
Issue 類型
缺陷
描述清晰度
需要釐清
活躍度
停滯
技術堆疊
react, typescript
領域
frontend

研究方向

在 antd 實作中重現從 @types/estree ^1.0.1 到 ^1.0.4 的已回報升級,並檢查 node_modules/antd/node_modules/rc-tree/lib/interface.d.ts 中的 KeyEntities 型別。比較已安裝的型別定義,並確認 TypeScript 檢查在沒有 BasicDataNode constraint error 的情況下完成時,問題已獲得解決。

由索引模型根據 Issue 內容生成。

描述

I'm getting the error below when I'm upgrading types in my antd implementation:

-        "@types/estree": "^1.0.1",
+        "@types/estree": "^1.0.4",

There seems to be a typing issue with the latest library

node_modules/antd/node_modules/rc-tree/lib/interface.d.ts:59:70 - error TS2344: Type 'DateType' does not satisfy the constraint 'BasicDataNode'.

59 export type KeyEntities<DateType = any> = Record<SafeKey, DataEntity<DateType>>;
                                                                        ~~~~~~~~

  node_modules/antd/node_modules/rc-tree/lib/interface.d.ts:59:25
    59 export type KeyEntities<DateType = any> = Record<SafeKey, DataEntity<DateType>>;
                               ~~~~~~~~~~~~~~
    This type parameter might need an `extends BasicDataNode` constraint.

BasicDataNode is a type from estree

主要語言
TypeScript
星號
1.3k
分支
490
平均合併
42 分鐘
30 天內合併 PR
2

環境準備

我們還沒有檢查這個專案的環境設定檔。先看它的 README,通用步驟見我們的新手貢獻指南。

從這裡開始

  1. 先讀完整個 Issue,再讀專案的貢獻指南。
  2. 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
  3. Fork 儲存庫,在一個分支上完成修改。
  4. 送出 Pull Request,並在描述裡引用這個 Issue 編號。

react-component/tree 的其他 Issue

查看 react-component/tree 的全部 Issue

相似的 Issue

更多 TypeScript Issue

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。