primefaces / sakai-react

Free React Admin Template
https://sakai.primereact.org
MIT License
898 stars 566 forks source link

Nextjs 14 css problem #84

Open kodmanyagha opened 4 months ago

kodmanyagha commented 4 months ago

I upgraded to nextjs14 and I faced some strange problems. Let me show you the screenshots:

image

Do you have any suggestion? Thanks.

kodmanyagha commented 4 months ago

I solved the problem. In app/layout.tsx file remove the <link id="theme-css".... /> tag, put that line to top of the file: import "primereact/resources/themes/lara-light-cyan/theme.css";

kodmanyagha commented 4 months ago

But with this method I can't change theme from the right side config panel.

fdruzhinin commented 3 months ago

Keep link as is but add import to the beginning of the file

image