Yi Hein Chai
Yi Hein Chai
I am getting the same error, no idea why either
same problem here, seems to be caused by [this commit](https://github.com/wix/react-native-calendars/commit/d03333cfb42d92f01480fdb3bd391636f3f485e2)
Modifying initialDate rather than onMonthChange results is some lag before the calendar is updated. I believe this is because it’s a useEffect call that we are triggering. Is there another...
> What are you currently using with the ref? Can you add the snippet here? ```
Perhaps we use forward refs and useImperativeHandler to expose methods of the calendar component?
> > Perhaps we use forward refs and useImperativeHandler to expose methods of the calendar component? > > I'm familiar with the `forwardRef` and `useImperativeHandler` solution, but I wish to...
Seems like the lag does not occur with a fresh RN project, might have to do with my own implementation.
That is correct. On Thu, Jul 7, 2022 at 5:45 AM Bruno Fialho ***@***.***> wrote: > @yiheinchai So you are changing the > months with a custom component outside instead...
Same here, bug still alive
Thank you for this explanation! I was confused as to WHY you were checking `[T] = [never]` until I realised it was the base case for recursion.