-
Notifications
You must be signed in to change notification settings - Fork 294
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
Fixes #31122 - use new react_component mounter #8996
Fixes #31122 - use new react_component mounter #8996
Conversation
Issues: #31122 |
ping... we should get this in for the next release :) |
Added to our board so someone should be reviewing soon! |
<div id="reactRoot"></div> | ||
<%= mount_react_component('katello', '#reactRoot') %> | ||
<div id="reactRoot"> | ||
<%= react_component('katello') %> |
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.
Now that theforeman/foreman#8033 is merged, should these be foreman_react_component
?
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.
update: nevermind, I realized that it's just the web component that was renamed, not the ruby method :)
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.
Thanks @ezr-ondrej
Tested loading Katello and also the TypeAheadSelect
on the host groups / Activation Keys edit page, all working fine. ACK 👍
(cherry picked from commit faf2323)
(cherry picked from commit faf2323)
No description provided.