Element keys set with Reacton `.key(...)` are not recognized by the ipyvuetify transition group
まだ誰も着手していません。
評価
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 初心者へのやさしさ
- 35/100
調査の方向性
rv.Dialogをルート要素として使用し、rv.FadeTransition(group=True) とキー付きの MplFigure コンポーネントで警告を再現します。まず、Reacton の .key(...) が ipyvuetify の transition group にどのように渡されるかを追跡します。Vue がキーを認識し、キーのない transition-group の子要素を報告しなくなれば完了です。
索引モデルが issue の本文から書いたものです。
説明
Hello!
I'm not sure if this issue should be opened in reacton or ipyvuetify repository.
When I try to use Vuetify transition groups, I get an error in browser console saying:
[Vue warn]: <transition-group> children must be keyed: <v-dialog>
However I used a key method on reacton elements inside the group:
with rv.FadeTransition(group=True):
if figures.raw_measurements:
MplFigure(*figures.raw_measurements).key("raw_measurements")
if figures.field_accuracy:
MplFigure(*figures.field_accuracy).key("field_accuracy")
if figures.calibration_moment:
MplFigure(*figures.calibration_moment).key("calibration_moment")
(MplFigure here is a @reacton.component with rv.Dialog as the root element.)
Should the same keys be used by Vue in browser?
- 主要言語
- Python
- スター
- 317
- フォーク
- 19
- 平均マージ
- 14分
- マージ済み PR(30日)
- 3
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
widgetti/reacton のほかの issue
-
難易度 3/5 1〜2日 初心者へのやさしさ 35/100
-
難易度 4/5 3〜5日 初心者へのやさしさ 25/100
-
難易度 4/5 3〜5日 初心者へのやさしさ 35/100
-
難易度 2/5 1〜3時間 初心者へのやさしさ 55/100
-
難易度 3/5 1〜2日 初心者へのやさしさ 35/100
widgetti/reacton の issue をすべて見る
似ている issue
-
bug
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
xinnan-tech/xiaozhi-fde-talk#263 ·
-
rules
難易度 1/5 1時間未満 初心者へのやさしさ 90/100
-
難易度 2/5 1〜3時間 初心者へのやさしさ 70/100
huggingface/Repo2RLEnv#163 · コメント 1 件 ·
-
難易度 1/5 1時間未満 初心者へのやさしさ 95/100
huggingface/sentence-transformers#4074 ·
-
comp/dashboard invalid P3
難易度 2/5 1〜3時間 初心者へのやさしさ 70/100
NousResearch/hermes-agent#121143 ·