-
Notifications
You must be signed in to change notification settings - Fork 308
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP: 読み方&アクセント辞書ダイアログの右側パネルを別コンポーネントにする #2290
base: main
Are you sure you want to change the base?
Conversation
リファクタリング本当にありがたいです!!! |
まだ作業中段階ではありますが、新規に編集部分のコンポーネントを作成しました。 ただ、今のところこの状態で動かすとUIなどの表示部分が動いていない模様で、その原因の追求と改善を行っていきたいと考えております。 |
この変数をコンポーザブルに渡す際、
というエラーが出ておりました。 |
読み込み中かどうかの判定には 今回の場合はコンポーザブルにするかどうかはどちらでも良いはずで、先にコンポーネントを切り出してあげた方がやりやすいかもです。 参考になれば!! |
const wordEditingRef = ref(props.wordEditing); | ||
const selectIdRef = ref(props.selectedId); | ||
const store = useStore(); | ||
const uiLocked = ref(false); // ダイアログ内でstore.getters.UI_LOCKEDは常にtrueなので独自に管理 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[23:20:14.210] [warn] UNLOCK_UI is called when state.uiLockCount == 0
uiLockedに関するWarningが出ている
内容
関連 Issue
close #2234
スクリーンショット・動画など
その他
関連: #2237