Skip to content
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

fix browser console err #111

Closed
wants to merge 6 commits into from

Conversation

ReiHashimoto
Copy link

ブラウザのdeveloperモードでコンソールに表示されるエラーの一部を改善

  • React18へのアップデートでの対応漏れによるwarning
    • rootコンポーネントはReactDOM.renderではなく、createRoot().renderを使用する
  • mapで複数のコンポーネントを返す際に、uniqueなkeyを渡していないエラー
  • Iconに対してonClickイベントを渡している(IconButtonでwrapして、そちらで定義が正)
  • variant="outlined"の際にelevation={1}が割り当てられている

未対応のerror, warning

error

  • 関数やNWB設定のパラメータフォームで、string, number以外のtypeがvalueに渡される時のエラー
    • list型のデータがobject型で渡されている

warning

  • useSelectorのネストによるwarning
    • selectしたデータをさらにuseSelectorで取得しているケース
      • selectRunPostDataなど
  • visualizeのSelect Itemドロップダウンリストで、初期値がnull/nullになっている

@ReiHashimoto ReiHashimoto self-assigned this Oct 17, 2023
@ReiHashimoto ReiHashimoto marked this pull request as draft October 17, 2023 06:15
@ReiHashimoto ReiHashimoto linked an issue Oct 17, 2023 that may be closed by this pull request
@ReiHashimoto ReiHashimoto deleted the feature/fix-browser-console-err branch April 11, 2024 12:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

コンソールエラーのfix
1 participant