mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
374b5d26c2
Based on: - #28804 --- This sets adds a new ReactDOM export called requestFormReset, including setting up the export and creating a method on the internal ReactDOM dispatcher. It does not yet add any implementation. Doing this in its own commit for review purposes. The API itself will be explained in the next PR.