You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've found an issue trying to use NavigationView in my Avalonia UI project.
Steps taken:
Create new crossplatform Avalonia project on .Net 6 from template
Change crossplatform lib to netstandard 2.1 to install Aura.UI
Install Aura.UI as in README.MD
Add NavigationView to MainView.axaml
Run Blazor target in debug
What should happen:
Web app is loaded and NavigationView is displayed.
What happens:
With new project, error is Uncaught RuntimeError: table index is out of bounds .
On my more complex project I've got shader compilation error , Uncaught error: unreachable, memory out of bounds
basically at random.
The text was updated successfully, but these errors were encountered:
I've found an issue trying to use NavigationView in my Avalonia UI project.
Steps taken:
README.MD
MainView.axaml
What should happen:
Web app is loaded and NavigationView is displayed.
What happens:
With new project, error is
Uncaught RuntimeError: table index is out of bounds
.On my more complex project I've got
shader compilation error
,Uncaught error: unreachable
,memory out of bounds
basically at random.
The text was updated successfully, but these errors were encountered: