Closed aggie2016 closed 4 years ago
I don't see how this is clearly related to the JS toolkit. It can be a problem in the portal, other tools used to build the project, whatever...
Please file a bug with support (if you have a subscription) or create a small project with the exact steps to reproduce, also specifying the versions of all the tools used to build it and the portal.
I will close this issue for now. Feel free to reopen it if you are sure this is a problem in the Toolkit itself. Thx.
When deploying a React portlet, the first time the portlet is added to a widget page, the CSS styles work PERFECT. However, after reloading that same page, only a portion of the CSS seems to exist.
I'm using the recommended pattern of including all of my CSS stylesheets from a styles.css file in
src/assets/styles.css
.In styles.css I've imported
bootstrap.min.css
,bootstrap-reboot.min.css
,bootstrap-grid.min.css
andantd.min.css
In my
package.json
, I've included the following metadata as required for the bundler:We're using Liferay DXP 7.2.10.1 internally.
Has anyone encountered this issue and if so, has a resolution been determined?