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
Currently, any function you pass as the handleSetEditData parameter for an editing component needs to be typed to handle all types that any function passed as that parameter can handle. This leads to silliness like having to type handleCoordinateChange (function passed as parameter for the coordinate textfields) to accept values of type Date as parameters. This should be fixable using generics.
The text was updated successfully, but these errors were encountered:
Currently, any function you pass as the handleSetEditData parameter for an editing component needs to be typed to handle all types that any function passed as that parameter can handle. This leads to silliness like having to type handleCoordinateChange (function passed as parameter for the coordinate textfields) to accept values of type Date as parameters. This should be fixable using generics.
The text was updated successfully, but these errors were encountered: