Source to be changed and new image to be displayed
What is actually happening?
Crashing with
warn: Microsoft.AspNetCore.Components.Server.Circuits.RemoteRenderer[100]
Unhandled exception rendering component: Object reference not set to an instance of an object.
System.NullReferenceException: Object reference not set to an instance of an object.
at Blazorise.Cropper.Cropper.<>c__DisplayClass1_0.<<SetParametersAsync>b__0>d.MoveNext()
--- End of stack trace from previous location ---
at Blazorise.BaseAfterRenderComponent.OnAfterRenderAsync(Boolean firstRender)
at Blazorise.BaseComponent.OnAfterRenderAsync(Boolean firstRender)
at Blazorise.Cropper.Cropper.OnAfterRenderAsync(Boolean firstRender)
(Blazor Server)
There are base64 images for simple reproducibility, but it works the same with img/gallery/6.jpg or any other image.
Blazorise Version
1.6.2
What Blazorise provider are you running on?
Bootstrap5
Link to minimal reproduction or a simple code snippet
Steps to reproduce
Run the code above.
What is expected?
Source to be changed and new image to be displayed
What is actually happening?
Crashing with
(Blazor Server)
There are base64 images for simple reproducibility, but it works the same with
img/gallery/6.jpg
or any other image.The same error is when the source is empty.
What browsers do you see the problem on?
Brave
Any additional comments?
Any quick idea?