Closed Makstvell closed 2 years ago
It's my bad, I have ReactiveUI and Avalonia.ReactiveUI packages. User Control has two buttons that use ReactiveUI or Avalonia.ReactiveUI and I must delete one package. In Desktop I setup UseReactiveUI. But in Web I can't do this.
Solution - DELETE all packages and download by Avalonia
When I start the application on Desktop - all right. But when I start on WebAssembly sever - No;
My own user controls on browser web assembly - don't work.
But on desktop - work.
But one moment - it is work but when I click to button - error
_
_
<Paginator:Paginator Grid.Row="7" Grid.Column="0" Grid.ColumnSpan="5" PageCount="{Binding PageCountP}" CurrentPage="{Binding CurrentPageP}"></Paginator:Paginator>
Desktop:
Web: