Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Unable to use MenuInfo

オープン
#375 コメント 2 件 リアクション 4 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
3/5
見積もり時間
1〜2日
初心者へのやさしさ
42/100
issue の種類
バグ
明瞭さ
おおむね明確
活発さ
停滞
技術スタック
react, typescript
領域
frontend

調査の方向性

まず、import { MenuInfo } from 'rc-menu/lib/interface' で TS2709 エラーを再現し、次に rc-menu/lib/interface のエクスポートされたインターフェースを調べます。その宣言を問題となっている TypeScript のバージョンと比較し、既存のコンシューマーを壊すことなく import が型として受け入れられることを確認します。

索引モデルが issue の本文から書いたものです。

説明

When attempting to import MenuInfo with:

import { MenuInfo } from 'rc-menu/lib/interface'

I get an error:

Cannot use namespace 'MenuInfo' as a type.  TS2709

I think the issue is that the interface is exported without a corresponding declare modifier. I could open a PR, but I can't tell if this is really the root cause. https://github.com/ant-design/ant-design/issues/25467 indicates that the import statement should work and the history of the interface file suggests it's always been exported this way. The only other difference I could think of was a change made to TypeScript itself.

主要言語
TypeScript
スター
701
フォーク
266
平均マージ
4日 11時間
マージ済み PR(30日)
3

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

react-component/menu のほかの issue

react-component/menu の issue をすべて見る

似ている issue

TypeScript の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。