-
-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
[RFR] Replace component injection with element injection #3312
[RFR] Replace component injection with element injection #3312
Conversation
It's green but I still have a strange warning left to fix |
@@ -1,13 +1,12 @@ | |||
/* eslint no-console: ["error", { allow: ["warn", "error"] }] */ |
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.
can this be the cause of your warning?
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.
Nope, it's a warning about react-router
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.
Kudos for the work done already.
There were 100 files changed in the previous PR, only 91 in this PR. Some changes may be missing.
I see that you didn't update the UPGRADE guide.
Yes some changes are still relevant (typos, etc.) |
Thanks a lot! |
Revert #3262