Tyson Warner
Tyson Warner
I think it would be helpful to compare two players if you could overlay the web of one player over another in a different color. Question: * How to render...
See https://github.com/lodash/babel-plugin-lodash Related: https://lodash.com/per-method-packages
Automatically add required attribute to `@availity/form`, `@availity/select`, and `@availity/date` inputs when `required` from `yup` or `isRequired` from `@availity/yup` returns true. See https://github.com/Availity/availity-react/pull/243#discussion_r316252370
## 🐛 Bug report ### Current Behavior There are several functional components inside this repo that make use of `defaultProps`. Ex. https://github.com/Availity/availity-react/blob/master/packages/breadcrumbs/src/Breadcrumbs.js#L54 Which causes this warning from React: ``` Warning:...