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 2412675 commit 82fb089Copy full SHA for 82fb089
src/RangePicker.tsx
@@ -870,7 +870,8 @@ function InnerRangePicker<DateType>(props: RangePickerProps<DateType>) {
870
mergedActivePickerIndex &&
871
startInputDivRef.current &&
872
separatorRef.current &&
873
- panelDivRef.current
+ panelDivRef.current &&
874
+ arrowRef.current
875
) {
876
// Arrow offset
877
arrowLeft = startInputDivRef.current.offsetWidth + separatorRef.current.offsetWidth;
0 commit comments