Blazor WASM .Net8 'Radzen' was undefined'

I created a new Blazor WASM app from the Visual Studio template.
Afterwards I followed the getting started guide to the letter.
I then added a scheduler component buy simply copying the sample code from the Demos section. The app compiles and runs fine, but when navigating to the page with the scheduler component the css is all messed up and there are some console errors.

Unhandled exception rendering component: Could not find 'Radzen.createScheduler' ('Radzen' was undefined).
Unhandled exception rendering component: Could not find 'Radzen.openTooltip' ('Radzen' was undefined).

I'm not sure what I'm missing here?

Make sure you have included the JavaScript and CSS files aa instructed in our getting started. Check also using browser dev tools if they are loaded properly.

The CSS and JS was added as per the getting started guide, I dont see the radzen resources in the dev tools.

Check the network tab to see why they are not loaded.

I changed nothing since my last post, but its loading the Radzen resources now. All I did since then was to stop and restart the app in VS. It working fine now, thanks.