Skip to content

v15.0.1

Compare
Choose a tag to compare
@zpao zpao released this 08 Apr 18:33

React

  • Restore React.__spread API to unbreak code compiled with some tools making use of this undocumented API. It is now officially deprecated. (@zpao in #6444)

ReactDOM

  • Fixed issue resulting in loss of cursor position in controlled inputs. (@spicyj in #6449)