converter-react
converter-react copied to clipboard
BUG: Fix propType errors.
Warning: Failed propType: Invalid prop `children` supplied to `Provider`, expected a single ReactElement.
With React 0.14 and later versions, you no longer need to wrap <Provider> child into a function.
Warning: Failed propType: The prop 'id' is required to make 'Dropdown' accessible for users using assistive technologies such as screen readers Check the render method of `Uncontrolled(Dropdown)`.
Warning: validateDOMNesting(...): <span> cannot appear as a child of <head>. See Index > head > span.