Double clicking X on dialog results in exceptions

Using blazor server. Dialog opened with DialogService.OpenAsync()
Nuget package version: 4.11.2

Error:

blazor.server.js:1 [2023-06-01T11:50:12.151Z] Error: There was an unhandled exception on the current circuit, so this circuit will be terminated. For more details turn on detailed exceptions by setting 'DetailedErrors: true' in 'appSettings.Development.json' or set 'CircuitOptions.DetailedErrors'.
log @ blazor.server.js:1
blazor.server.js:1 [2023-06-01T11:50:12.151Z] Error: Circuit has been shut down due to error.
log @ blazor.server.js:1
blazor.server.js:1 [2023-06-01T11:50:12.190Z] Information: Connection disconnected.
51blazor.server.js:1 Uncaught (in promise) Error: Cannot send data if the connection is not in the 'Connected' State.
at bt.send (blazor.server.js:1:52080)
at kt._sendMessage (blazor.server.js:1:68715)
at kt._sendWithProtocol (blazor.server.js:1:68756)
at kt.send (blazor.server.js:1:68864)
at Object.beginInvokeDotNetFromJS (blazor.server.js:1:131820)
at w (blazor.server.js:1:2164)
at C.invokeMethodAsync (blazor.server.js:1:4014)
at ref.mouseMoveHandler (Radzen.Blazor.js:1456:16)
blazor.server.js:1 Uncaught (in promise) Error: Cannot send data if the connection is not in the 'Connected' State.
at bt.send (blazor.server.js:1:52080)
at kt._sendMessage (blazor.server.js:1:68715)
at kt._sendWithProtocol (blazor.server.js:1:68756)
at kt.send (blazor.server.js:1:68864)
at Object.beginInvokeDotNetFromJS (blazor.server.js:1:131820)
at w (blazor.server.js:1:2164)
at C.invokeMethodAsync (blazor.server.js:1:4014)
at MediaQueryList.callback (Radzen.Blazor.js:1327:20)
26blazor.server.js:1 Uncaught (in promise) Error: Cannot send data if the connection is not in the 'Connected' State.
at bt.send (blazor.server.js:1:52080)
at kt._sendMessage (blazor.server.js:1:68715)
at kt._sendWithProtocol (blazor.server.js:1:68756)
at kt.send (blazor.server.js:1:68864)
at Object.beginInvokeDotNetFromJS (blazor.server.js:1:131820)
at w (blazor.server.js:1:2164)
at C.invokeMethodAsync (blazor.server.js:1:4014)
at ref.mouseMoveHandler (Radzen.Blazor.js:1456:16)

Try to debug your app or provide an example where the exception can be reproduced - our demos are working normally: