-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Core Commands: Fix add new post URL assignment #66830
Conversation
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.
To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
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.
Nice!
Thanks, @tyxla!
Size Change: +7 B (0%) Total Size: 1.82 MB
ℹ️ View Unchanged
|
@tyxla, do you know if similar faux errors are tracked somewhere in the compiler repo? Similar mutation should be allowed. |
I'm not aware of such place, but I personally agree that some of those should be allowed. |
Co-authored-by: tyxla <tyxla@git.wordpress.org> Co-authored-by: Mamaduka <mamaduka@git.wordpress.org>
What?
Resolves one of the last remaining violations of the React Compiler mutation rules.
Why?
To resolve an ESLint error that's surfaced with #61788.
How?
We're using
location.assign()
instead oflocation.href =
Testing Instructions
Testing Instructions for Keyboard
Same
Screenshots or screencast