You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem:
The react-infinite-calendar, when parameterized with the display 'year', does not scroll to the current year. This only happens when there is no date selected.
After looking through the code I suspect that I may have found the cause
Problem:
The react-infinite-calendar, when parameterized with the display 'year', does not scroll to the current year. This only happens when there is no date selected.
After looking through the code I suspect that I may have found the cause
react-infinite-calendar/src/Years/index.js
Line 129 in d32f20c
To achieve the desired behavior, the scrollToIndex should have the current year as a fallback instead of null, right?
The text was updated successfully, but these errors were encountered: