We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15644e4 commit 98281f8Copy full SHA for 98281f8
src/Date/index.jsx
@@ -282,7 +282,7 @@ class Date extends Component {
282
<OverlayWrapper>
283
<Overlay>
284
<DayPicker
285
- ref={el => this.setRef('daypicker', el)}
+ innerRef={el => this.setRef('daypicker', el)}
286
initialMonth={this.state.selectedDay || undefined}
287
onDayClick={this.handleDayClick}
288
selectedDays={this.state.selectedDay}
0 commit comments