Uh oh!
There was an error while loading. Please reload this page.
Add missing docs for requestFormReset API - #8576
Conversation
smg99
commented
Aug 5, 2026
Requesting review for this docs addition. I added:
I also ran local checks ( |
Size changesDetails📦 Next.js Bundle Analysis for react-devThis analysis was generated by the Next.js Bundle Analysis action. 🤖 One Page Changed SizeThe following page changed size from the code in this PR compared to its base branch:
DetailsOnly the gzipped size is provided here based on an expert tip. First Load is the size of the global bundle plus the bundle for the individual page. If a user were to show up to your website and land on a given page, the first load size represents the amount of javascript that user would need to download. If Any third party scripts you have added directly to your app using the Next to the size is how much the size has increased or decreased compared with the base branch of this PR. If this percentage has increased by 10% or more, there will be a red status indicator applied, indicating that special attention should be given to this. |
Fixes#8529
Summary
requestFormResetrequestFormResetto the React DOM APIs index pagerequestFormResetto the reference sidebar navigationWhy
The issue reports that
requestFormResetis a React 19 API without a dedicated docs page. This PR adds the missing page and links it into the docs navigation so the route is discoverable.Validation
yarn lint(passes; existing unrelated warnings only)yarn lint-heading-ids(passes)