I have the following Javascript Error in my projet and I can see you have the exact same problem on your demo site : https://openlayers-blazor-demo.laurent-christen ...
├── src/ │ └── js/ │ ├── config.js # Configuration constants │ ├── main.js # Main application entry point │ ├── simulation-controller.js # Simulation logic │ ├── renderers/ │ │ ├── grid-renderer.js ...