mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
bf426f9b1d
For [`AsyncIterable`](https://github.com/facebook/react/pull/28847) we encode `AsyncIterator` as a separate tag. Previously we encoded `Iterator` as just an Array. This adds a special encoding for this. Technically this is a breaking change. This is kind of an edge case that you'd care about the difference but it becomes more important to treat these correctly for the warnings here #28853.
react-server-dom-webpack
Experimental React Flight bindings for DOM using Webpack.
Use it at your own risk.