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
I am using closures in the ->minDate(), ->maxDate() and ->disabledDates() methods. If I use dd() inside of them I can see that they are re-evaluated when they should, but that does not seem to re-render the UI. Nothing changes there and they are still using the values from the first evaluation.
The text was updated successfully, but these errors were encountered:
I am using closures in the
->minDate()
,->maxDate()
and->disabledDates()
methods. If I use dd() inside of them I can see that they are re-evaluated when they should, but that does not seem to re-render the UI. Nothing changes there and they are still using the values from the first evaluation.The text was updated successfully, but these errors were encountered: