Skip to content
Discussion options

You must be logged in to vote

Thanks i solved it already, my styles was being used for different pages under that layout and cuz of those are not used, i thought that were not loaded. More i didnt see those in network tab or in page, i was just curious. When i try to find that styles in devtools, i saw those and verified my style loads. Basically it was my bad and i fixed it 😄 Also its how my layout is looking and its working as expected.

import "@/public/docsupport/chosen.css";
export default function DashboardLayout({
  children,
}: Readonly<{
  children: React.ReactNode;
}>) {
  return (
    <div>

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@icyJoseph
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by devhik0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants