-
Notifications
You must be signed in to change notification settings - Fork 26.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(core): improve docs on afterRender hooks #56525
fix(core): improve docs on afterRender hooks #56525
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@cexbrayat thanks for creating a PR for the 18.0.x branch.
@cexbrayat do you mind rebasing it on top of the most recent 18.0.x branch? There were some additional commits there that fixed CI issues. |
This commit improves the documentation of the options parameter of the afterRender hooks.
8addf2a
to
049c536
Compare
@AndrewKushnir Sure, done! |
This PR was merged into the repository by commit 2f73281. The changes were merged into the following branches: 18.0.x |
This commit improves the documentation of the options parameter of the afterRender hooks. PR Close #56525
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the new behavior?
This commit improves the documentation of the options parameter of the afterRender hooks.
Does this PR introduce a breaking change?
Other information
This is a rebased version of #56522 on the v18 branch as asked by @AndrewKushnir