Hi,
I can't get the Word Processor Component to even show a blank page.
I have installed the Nuget package: https://www.nuget.org/packages/Syncfusion.Blazor.WordProcessor/
I have copied the sample code from here: https://blazor.syncfusion.com/demos/document-editor/default-functionalities
And nothing shows. I can not even create a new document or open an existing one. (None of the button work or throw null errors.)
This is for both Blazor WASM and Server.
What am I doing wrong?