-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Frig/Frigging Bootstrap currently works okay on React 15.0.x but there are several deprecations/warnings:
valueLink deprecation
-
valueLinkprop oninputis deprecated; setvalueandonChangeinstead -
valueLinkprop onselectis deprecated; setvalueandonChangeinstead -
valueLinkprop ontextareais deprecated; setvalueandonChangeinstead
numeric string values for CSS properties
- a
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
- Failed propType: Invalid prop
startDraggingof typefunctionsupplied toHueSlider, expectedboolean. Check the render method ofDraggable. - Failed propType: Invalid prop
startDraggingof typefunctionsupplied toColorMap, expectedboolean. Check the render method ofDraggable.
Metadata
Metadata
Assignees
Labels
No labels