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
Frig/Frigging Bootstrap currently works okay on React 15.0.x but there are several deprecations/warnings:
valueLink deprecation
valueLink prop on input is deprecated; set value and onChange instead
valueLink prop on select is deprecated; set value and onChange instead
valueLink prop on textarea is deprecated; set value and onChange instead
numeric string values for CSS properties
a div tag (owner: FriggingBootstrap.Switch) was passed a numeric string value for CSS property marginLeft (value: 0) which will be treated as a unitless number in a future version of React.
color picker
n.b. These propTypes errors are probably unrelated to the upgrade
Failed propType: Invalid prop startDragging of type function supplied to HueSlider, expected boolean. Check the render method of Draggable.
Failed propType: Invalid prop startDragging of type function supplied to ColorMap, expected boolean. Check the render method of Draggable.
Frig/Frigging Bootstrap currently works okay on React 15.0.x but there are several deprecations/warnings:
valueLink deprecation
valueLinkprop oninputis deprecated; setvalueandonChangeinsteadvalueLinkprop onselectis deprecated; setvalueandonChangeinsteadvalueLinkprop ontextareais deprecated; setvalueandonChangeinsteadnumeric string values for CSS properties
divtag (owner:FriggingBootstrap.Switch) was passed a numeric string value for CSS propertymarginLeft(value:0) which will be treated as a unitless number in a future version of React.color picker
n.b. These propTypes errors are probably unrelated to the upgrade
startDraggingof typefunctionsupplied toHueSlider, expectedboolean. Check the render method ofDraggable.startDraggingof typefunctionsupplied toColorMap, expectedboolean. Check the render method ofDraggable.