mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
0605cd9f38
3 years ago we partially disabled comment nodes as valid containers. Some unflagged support was left in due to legacy APIs like `unmountComponentAtNode` and `unstable_renderSubtreeIntoContainer` but these were since removed in React 19. This update flags the remaining uses of comments as containers.