dillon1000/react

Commit

Promote ASYNC_ITERATOR symbol to React Symbols (#28851)

So that when we end up referring to it in more places, it's only one.

We don't do this same pattern for regular `Symbol.iterator` because we
also support the string `"@@iterator"` for backwards compatibility.
Browse files
Changed paths3 files
First-parent comparison
M packages/react-client/src/ReactFlightClient.js ModifiedM packages/react-server/src/ReactFlightServer.js ModifiedM packages/shared/ReactSymbols.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…