Hi,
I'm having problems to run blazor server app with metronic theme. I have followed instructions from https://preview.keenthemes.com/metronic8/demo1/documentation/getting-started/integration/blazor.html as well from https://preview.keenthemes.com/metronic8/demo1/documentation/getting-started/build/webpack.html?_ga=2.8700854.264215278.1647635383-1870540629.1646945224 but I always end up with error
Microsoft.AspNetCore.Components.Server.Circuits.RemoteRenderer[100]
Unhandled exception rendering component: Cannot set properties of undefined (setting 'moment')
TypeError: Cannot set properties of undefined (setting 'moment')
at http://localhost:5189/assets/plugins/global/plugins.bundle.js:25:168435
at http://localhost:5189/assets/plugins/global/plugins.bundle.js:25:168440
Microsoft.JSInterop.JSException: Cannot set properties of undefined (setting 'moment')
TypeError: Cannot set properties of undefined (setting 'moment')
at http://localhost:5189/assets/plugins/global/plugins.bundle.js:25:168435
at http://localhost:5189/assets/plugins/global/plugins.bundle.js:25:168440
at Microsoft.JSInterop.JSRuntime.InvokeAsync[TValue](Int64 targetInstanceId, String identifier, Object[] args)
at app.Shared.MainLayout.OnAfterRenderAsync(Boolean firstRender) in /Users/ivanbabic/Projects/app/Shared/MainLayout.razor:line 10
at Microsoft.AspNetCore.Components.RenderTree.Renderer.GetErrorHandledTask(Task taskToHandle, ComponentState owningComponentState)
Can you please let me know what to do?