Open kodmanyagha opened 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";
But with this method I can't change theme from the right side config panel.
Keep link as is but add import to the beginning of the file
I upgraded to nextjs14 and I faced some strange problems. Let me show you the screenshots:
Do you have any suggestion? Thanks.