Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upfix(nav): insertPages method correctly inserts multiple pages with props #21725
Conversation
|
I believe the method And I see you named the properties of the |
|
Yeah probably. |


Pull request checklist
Please check if your PR fulfills the following requirements:
npm run build) was run locally and any changes were pushednpm run lint) has passed locally and any fixes were made for failuresPull request type
Please check the type of change your PR introduces:
What is the current behavior?
Issue Number: fixes #21724
What is the new behavior?
Two issues that have been fixed:
insertPagesnow has correct types to indicate that you can insert multiple pages with propscleanupmethod has been fixed to account for stack items that do not have DOM elements yet.Does this introduce a breaking change?
Other information