simon-s-99 / games-r-us

A Blazor Web App created by Samuel Lööf, Adam Kumlin, Gabriel Wedin & Simon Sörqvist.
MIT License
3 stars 0 forks source link

[BUG] Blazor not calling OnInitialized() when clicking on another listing while already viewing one #39

Open adamkumlin opened 3 months ago

adamkumlin commented 3 months ago

https://github.com/simon-s-99/games-r-us/assets/71759619/982e8ae5-b13b-4bae-9225-82b8f6422b55

This causes ApplicationUser to be null, thus crashing the application.

Applies to #30 and other use cases where we might want to do something similar.

adamkumlin commented 3 months ago

Might be fixed by #43