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
By default the project will exports default a single component and when consumed by another project it works fine and the case is correctly applied.
But when exporting more than one component the css seems to be no longer applied. The css is generated correctly. The only workaround I see for now is to disable the "extract" flag on webpack which generates a single Js with the css embedded.
Any idea on how to work around this?
The text was updated successfully, but these errors were encountered:
By default the project will exports default a single component and when consumed by another project it works fine and the case is correctly applied.
But when exporting more than one component the css seems to be no longer applied. The css is generated correctly. The only workaround I see for now is to disable the "extract" flag on webpack which generates a single Js with the css embedded.
Any idea on how to work around this?
The text was updated successfully, but these errors were encountered: