I just updated to telerik.ui.for.blazor.trial 2.21.0. I was excited to find TelerikSplitter.
I am getting this error when I run my WebAssembly ASP.NET core hosted app:
Microsoft.JSInterop.JSException: Could not find 'TelerikBlazor.initSplitter' ('initSplitter' was undefined).
It does render correctly but dragging has no effect. Am I doing something stupid?
MainLayout:
<TelerikRootComponent>
<TelerikSplitter>
<SplitterPanes>
<SplitterPane>
Left pane
</SplitterPane>
<SplitterPane>
Right Pane
</SplitterPane>
</SplitterPanes>
</TelerikSplitter>
</TelerikRootComponent>