React 16.6.3 发布了,此版本更新如下:
React DOM
- 修复 Suspense 和 lazy 中的 bug。 (@acdlite in #14133, #14157, and #14164)
- 修复 React DevTools 中 React.memo 更新的高亮显示。(@bvaughn in #14141)
- 修复 Suspense 与 React Profiler 的交互。 (@bvaughn in #14065)
- 修复使用 Suspense 时的误报警告。(@acdlite in #14158)
React DOM Server
- 修复 renderToNodeStream() 调用之间不正确的上下文状态共享。(@sebmarkbage in #14182)
- 添加有关错误使用上下文 API 的警告。(@trueadm in #14033)
下载地址:
转自 https://www.oschina.net/news/101767/react-16-6-3-released