dillon1000/react
Commit
Browse files 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.
Changed paths3 files
First-parent comparisonpackages/react-client/src/ReactFlightClient.js ModifiedM packages/react-server/src/ReactFlightServer.js ModifiedM packages/shared/ReactSymbols.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…