Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NavigationView not working on Blazor target #37

Open
Avabin opened this issue Mar 6, 2022 · 0 comments
Open

NavigationView not working on Blazor target #37

Avabin opened this issue Mar 6, 2022 · 0 comments

Comments

@Avabin
Copy link

Avabin commented Mar 6, 2022

I've found an issue trying to use NavigationView in my Avalonia UI project.

Steps taken:

  1. Create new crossplatform Avalonia project on .Net 6 from template
  2. Change crossplatform lib to netstandard 2.1 to install Aura.UI
  3. Install Aura.UI as in README.MD
  4. Add NavigationView to MainView.axaml
  5. 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant