When upgraded from version 1.313 to version 1.742.0, calendar day custom component stopped from receiving marking prop and broke the app.
'[email protected]' also have the same issue. better lock the version for safety.
=> yarn add [email protected] seems a fine version for resolve this issue
Have same issue. I fixed it by downgrade to 1.403.0.
Hope this problem will be fixed in new version soon.
+1
+1 This was really painful to debug.
I鈥檓 having a similar problem, missing the onPress prop in my custom day component.
Some trial-and-error showed that this issue started appearing since version 1.830.0 on NPM. This seems to be caused by one of the commits from Dec 10, 2020.
As workaround, I installed the previous version 1.829.0 using npm install [email protected].
Is there a fix?
Most helpful comment
'[email protected]' also have the same issue. better lock the version for safety.
=> yarn add [email protected] seems a fine version for resolve this issue