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?



