We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://codesandbox.io/p/live/a657211a-67d2-4c9a-a4bb-f061e9a08dd2
Next will mess up the ordering of your component styling under the following conditions (combined):
What is interesting is that it adds preload links in the correct order, but then messes up the actual stylesheet links.
Current: Observe as Next proceeds to mess up the ordering, leading to SharedLayout's styles overriding some of your components.
Expected: Next should respect import and loading order regardless of usages.
All environments running Next>=14.2.0, regardless of OS and browser.
Module Resolution
next dev (local), next build (local), next start (local), Other (Deployed)
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Link to the code that reproduces this issue
https://codesandbox.io/p/live/a657211a-67d2-4c9a-a4bb-f061e9a08dd2
To Reproduce
Next will mess up the ordering of your component styling under the following conditions (combined):
What is interesting is that it adds preload links in the correct order, but then messes up the actual stylesheet links.
Current vs. Expected behavior
Current:
Observe as Next proceeds to mess up the ordering, leading to SharedLayout's styles overriding some of your components.
Expected:
Next should respect import and loading order regardless of usages.
Provide environment information
All environments running Next>=14.2.0, regardless of OS and browser.
Which area(s) are affected? (Select all that apply)
Module Resolution
Which stage(s) are affected? (Select all that apply)
next dev (local), next build (local), next start (local), Other (Deployed)
Additional context
No response
The text was updated successfully, but these errors were encountered: