Closed MarceloPrado closed 9 months ago
Latest commit: f8cffd8af617db467181d04b34d3bac4772ca29b
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
I missed FlashList docs on Recycling. Since it doesn't re-mount components, but instead recycles them, we need to re-emit the event according to current month ID. This allows the calendar for that particular month to show up-to-date values.
Before
Fixes #11