Skip to content

Remove console warnings

Danjela Shehi requested to merge warnings-part2 into develop
  • Warning: Failed prop type: You provided a checked prop to a form field without anonChangehandler. This will render a read-only field. If the field should be mutable usedefaultChecked. Otherwise, set either onChangeorreadOnly.
  • Missing keys in lists (Warning: Each child in a list should have a unique "key" prop.) in team tab book component
  • Get all Icons from the common Icon component
  • Refactor dropdown component, replace id with value for options
Edited by Danjela Shehi

Merge request reports