essence-input component sets both value and defaultValue properties to React's input component. This is not supported (per https://github.com/facebook/react/issues/5819) and raises a warning on React.js v15.0. Please consider use one or the other, but not both.
essence-input
component sets bothvalue
anddefaultValue
properties to React'sinput
component. This is not supported (per https://github.com/facebook/react/issues/5819) and raises a warning on React.js v15.0. Please consider use one or the other, but not both.