nextload/CHANGELOG.md
2024-03-10 18:02:47 -04:00

587 B

alpha.42

We are beginning to optimize the compilation and dev startup performance of Payload 3.0, and the first thing we've done is pre-compiled all SCSS that is required by the Payload admin UI.

If you started before alpha.42 and update to this version, you'll see that no styles are loaded. To fix this, take a look at the /src/app/(payload)/layout.tsx file within this repo, and note that this file has a new CSS import within it to load all CSS required by the Payload admin panel.

Simply add this import to your (payload)/layout.tsx file, and you'll be back in business.