React 16.8.3 发布,构建用户界面的 JavaScript 库

React 16.8.3 发布了,此版本更新如下:

React DOM

  • Fix a bug that caused inputs to behave incorrectly in UMD builds. (@gaearon in #14914)
  • Fix a bug that caused render phase updates to be discarded. (@gaearon in #14852)

React DOM Server

  • Unwind the context stack when a stream is destroyed without completing, to prevent incorrect values during a subsequent render. (@overlookmotel in #14706)

ESLint Plugin for React Hooks

  • Add a new recommended exhaustive-deps rule. (@gaearon in #14636)

更新说明

猜你喜欢

转载自www.oschina.net/news/104591/react-16-8-3-released