Actions
Feature #25308
closedAdditional support for plugins with React
Description
There are 2 items that I encountered in a plugin using React:
- there is no way to add stylesheets for react components into page. We should have a helper similar to the one we have for js files
- we use LodashModuleReplacementPlugin which introduces certain optimalizations. Some of them break components from patternfly-react.
Updated by The Foreman Bot about 6 years ago
- Status changed from New to Ready For Testing
- Assignee set to Ondřej Pražák
- Pull request https://github.com/theforeman/foreman/pull/6171 added
Updated by Tomáš Strachota about 6 years ago
- Related to Refactor #25314: Use new helpers for including webpacked js and css files added
Updated by Ondřej Pražák about 6 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset 11165fa0dee623c3ce768627fa720177e83381f1.
Actions