scoreboard
scoreboard copied to clipboard
React warnings/errors on team edit-details form
While interacting with edit-details/ the following React warnings appeared in console:
Warning: Failed prop type: You provided a `value` prop to a form field without an `onChange` handler. This will render a read-only field. If the field should be mutable use `defaultValue`. Otherwise, set either `onChange` or `readOnly`.
in input (created by EditTeam)
in section (created by EditTeam)
in div (created by EditTeam)
in div (created by EditTeam)
in section (created by EditTeam)
in div (created by EditTeam)
in EditTeam (created by c)
in c (created by Scoreboard)
in div (created by Layout)
in Layout (created by Context.Consumer)
in WithAlert(Layout) (created by c)
in c (created by Scoreboard)
in Provider (created by Scoreboard)
in r (created by Scoreboard)
in Container (created by Scoreboard)
in Scoreboard (created by AppWithRedux)
in AppWithRedux
Warning: validateDOMNesting(...): <tr> cannot appear as a child of <table>. Add a <tbody>, <thead> or <tfoot> to your code to match the DOM tree generated by the browser.
in tr (created by Assignment)
in Assignment (created by SelectedCampaignsTable)
in table (created by SelectedCampaignsTable)
in section (created by SelectedCampaignsTable)
in SelectedCampaignsTable (created by CampaignSearch)
in div (created by CampaignSearch)
in CampaignSearch (created by c)
in c (created by EditTeam)
in div (created by EditTeam)
in div (created by EditTeam)
in div (created by EditTeam)
in section (created by EditTeam)
in div (created by EditTeam)
in EditTeam (created by c)
in c (created by Scoreboard)
in div (created by Layout)
in Layout (created by Context.Consumer)
in WithAlert(Layout) (created by c)
in c (created by Scoreboard)
in Provider (created by Scoreboard)
in r (created by Scoreboard)
in Container (created by Scoreboard)
in Scoreboard (created by AppWithRedux)
in AppWithRedux