Skip to content
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

Not all styles being applied in built application #4

Closed
alukach opened this issue Oct 21, 2022 · 1 comment
Closed

Not all styles being applied in built application #4

alukach opened this issue Oct 21, 2022 · 1 comment

Comments

@alukach
Copy link

alukach commented Oct 21, 2022

When getting started on a small project, I noticed that my deployed page's drawer close button did not appear as it did during development. I can reproduce this locally by running yarn run build && yarn start rather than yarn run dev. I've been able to reproduce this by forking from this repo and adding making the following commit: alukach/mantine-remix-rendering-issue@57eaae2.

yarn run dev
image

yarn run build && yarn start
image

It appears that the styles for the drawer header (mantine-w29q45) aren't making its way to the built product when running the build.

yarn run dev (good)
image

yarn run build && yarn start (bad)
image

@alukach
Copy link
Author

alukach commented Oct 21, 2022

This appears to be the same issue as mantinedev/mantine#2311. Closing and will follow that issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant