Ashish Singh
Results
1
comments of
Ashish Singh
Why can't we update the prop mapping from `"aria-describedby": this.props.ariaDescribedBy` to `"aria-describedby": this.props["aria-describedby"] || this.props.ariaDescribedBy` and so on for all the above props which are getting overridden. I believe this...