You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We probably want a codemod that detects if the FeedbackModal from the user-feedback package is being imported and throw a warning letting users know that the css import path has been updated. It's no longer an scss file that is internally referenced and the css file should be imported like so: import "@patternfly/react-user-feedback/src/Feedback/Feedback.css";.
The text was updated successfully, but these errors were encountered:
Codemod for patternfly/react-user-feedback#76
We probably want a codemod that detects if the
FeedbackModal
from the user-feedback package is being imported and throw a warning letting users know that the css import path has been updated. It's no longer an scss file that is internally referenced and the css file should be imported like so:import "@patternfly/react-user-feedback/src/Feedback/Feedback.css";
.The text was updated successfully, but these errors were encountered: