Skip to content

Support React 15.x #44

@jbinto

Description

@jbinto

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.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions