converter-react icon indicating copy to clipboard operation
converter-react copied to clipboard

BUG: Fix propType errors.

Open ryan-roemer opened this issue 9 years ago • 0 comments

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.

ryan-roemer avatar Jun 15 '16 20:06 ryan-roemer