Currently they use console.error(), which overestimates their severity and causes devs to react more strongly than the message might imply.
Example:
warning.js:45
Warning: Failed propType: Invalid prop `things` of type `array` supplied to `Item`, expected `object`. Check the render method of `Connect(Item)`.
Currently they use console.error(), which overestimates their severity and causes devs to react more strongly than the message might imply.
Example: