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
In some recent PR (I think #714) the types for key were strengthened. Before, one could essentially pass anything as key while now ReasonReact expects (correctly) for the key to be a string.
I think this should be documented somewhere as an improvement, and maybe be included in any future release posts as it is a "breaking" change (for the better).
The text was updated successfully, but these errors were encountered:
In some recent PR (I think #714) the types for
key
were strengthened. Before, one could essentially pass anything askey
while now ReasonReact expects (correctly) for thekey
to be astring
.I think this should be documented somewhere as an improvement, and maybe be included in any future release posts as it is a "breaking" change (for the better).
The text was updated successfully, but these errors were encountered: