I get undefined when trying to implement custom day component
dayComponent={({date, state}) => {
return (
);
}}
state === undefined
Please run these commands in the project folder and fill in their results:
npm ls react-native-calendars: 1.1249.0npm ls react-native : 0.63.4+1
Hi I have the same problem, the props "marking" is also undefined.
same issue as in #1393
The patch in #1407 fixed it for me too
+1
+1
Most helpful comment
Hi I have the same problem, the props "marking" is also undefined.