components are skiping the parent priority when running on build mode to find their width
まだ誰も着手していません。
評価
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 初心者へのやさしさ
- 25/100
- issue の種類
- バグ
- 明瞭さ
- 説明が足りない
- 活発さ
- 停滞
- 技術スタック
- javascript, react
- 領域
- frontend
調査の方向性
Issue の入れ子になった幅の例から始め、React ドキュメントサイトを使って build モードでの動作を再現します。入力幅が親要素を通じてどのように解決されるかを追跡します。完了条件は、入力が n 番目の祖先要素ではなく直接の親要素の幅を使用することです。
索引モデルが issue の本文から書いたものです。
説明
that's basically it, the issue is described there, more information about it:
in the following structure, where the input has a width of 85% it is taking the width of the nth parent instead of the direct one.
given this structure the input element is given the relative width according to the width of the div with class login-content container ->
<div class="width:100vw">
<div class='width:50%'>
<div class= 'width:100%'>
<input class='width:85%'
- 主要言語
- JavaScript
- スター
- 11.8k
- フォーク
- 7.9k
- 平均マージ
- 16時間 6分
- マージ済み PR(30日)
- 7
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
reactjs/react.dev のほかの issue
-
type: documentation
難易度 2/5 1〜3時間 初心者へのやさしさ 72/100
-
難易度 1/5 1時間未満 初心者へのやさしさ 82/100
-
bug: unconfirmed
難易度 2/5 1〜3時間 初心者へのやさしさ 74/100
-
type: typos
難易度 1/5 1時間未満 初心者へのやさしさ 90/100
-
bug: unconfirmed
難易度 2/5 1〜3時間 初心者へのやさしさ 68/100