This is repeatable in the latest blazor-samples when compiling/running it, but is working fine on the examples page.
Above demo-url is working fine, but when (I suspect due to wasm/serverless blazor mode) I try this in the "run local demos" function in the blazor toolset I am unable to drag the vertical splitter. Only the horizontal (nested) one.
Also, when checkout out chrome-dev I notice an error like:
Uncaught (in promise) Error: System.Text.Json.JsonException: The JSON value could not be converted to blazor_samples.SampleType. Path: $[0].Type | LineNumber: 0 | BytePositionInLine: 1815.
This is my first day using/testing SyncFusion Blazor and I was suspecting I was doing something wrong in my own project when I was attempting to achieve the demo's nested SfSplitter - But seeing this also repeats in the demo itself I guess asking for support from you guys is my only option :)
Thanks in advance!