Skip to content

Commit

Permalink
fix(DatePicker): avoid unknown attribute on div tag
Browse files Browse the repository at this point in the history
  • Loading branch information
emyarod committed May 24, 2021
1 parent 311c4ab commit 71a3e07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react/src/components/DatePicker/DatePicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -596,6 +596,7 @@ export default class DatePicker extends Component {

render() {
const {
allowInput, // eslint-disable-line
appendTo, // eslint-disable-line
children,
className,
Expand Down

0 comments on commit 71a3e07

Please sign in to comment.