The peerDependencies for react in @hookform/devtools do not match react-hook-form

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

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

評価

難易度
2/5
見積もり時間
1〜3時間
初心者へのやさしさ
35/100
issue の種類
バグ
明瞭さ
明確に書かれている
活発さ
停滞
技術スタック
react, typescript
領域
devtools

調査の方向性

Start in the @hookform/devtools package manifest and inspect its peerDependencies alongside the react-hook-form peerDependencies shown in the issue. Confirm the supported React and React DOM ranges, then verify that npm v8 can install the package with React 16. Done means the dependency ranges match the stated compatibility and the reported resolution error no longer occurs.

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

説明

dependencies

The peerDependencies for react in @hookform/devtools do not match react-hook-form.

node version = v16.15.1
npm version = v8.11.0

We are using react v16 and we can install react-hook-form but with npm v8 trying to install @hookform/devtools throws an error.

npm ERR! Could not resolve dependency:
npm ERR! peer react@">=17.0.2" from @hookform/devtools@4.1.0

The peerDependencies for react-hook-form

  "peerDependencies": {
    "react": "^16.8.0 || ^17 || ^18"
  },

The peerDependencies for @hookform/devtools

"peerDependencies": {
    "react": ">=17.0.2",
    "react-dom": ">=17.0.2",
    "react-hook-form": "^7.13.0"
  },

Please make the peerDependencies of @hookform/devtools match react-hook-form

主要言語
TypeScript
スター
670
フォーク
55
PR マージ指標
30日以内にマージされた PR はありません

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

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

はじめの一歩

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

react-hook-form/devtools のほかの issue

react-hook-form/devtools の issue をすべて見る

似ている issue

TypeScript の issue をもっと見る

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

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