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
As many users reported, the property size seems not to accept numeric value. This new version will force to take string value. Possible values must be either pre-defined size string e.g. small | large | xxSmall | xxLarge, or numberic string e.g. 192px | 244px. (If you are not bothering to see React proptypes warning, you might still able to use size={192} | size={244}.)