developmentseed / developmentseed/scoreboard

React warnings/errors on team edit-details form

Open
#575 0 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
JavaScript
Stars
27
Forks
8
PR merge metrics
No merged PRs in 30d

Description

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(...): cannot appear as a child of . Add a , or 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
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.