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
Inspired by #2541, we should make label* functions type to allow the use of dateLib:
labels={{labelDayButton: (date,{ today, selected },options,dateLib)=>{letlabel=dateLib.format(date,"PPPP");// this is not possible as `dateLib` is marked as `undefined` in the typesif(today)label=`Oggi, ${label}`;if(selected)label=`${label}, selezionato`;returnlabel;}}
The text was updated successfully, but these errors were encountered:
Inspired by #2541, we should make
label*
functions type to allow the use ofdateLib
:The text was updated successfully, but these errors were encountered: