react-ui
react-ui copied to clipboard
Show warning in console when unsupported combination of props is used
Some props of some components are not supported in certain contexts. For example, TextField does not render helpText and validationText in the context of InputGroup. This is well documented, but we can improve the DX by displaying a warning in console when such situation occurs.
It applies to:
FileInputFieldSelectTextField- maybe more?