R2NorthstarTools/FlightCore

`this.$t` is undefined when switching view

Opened this issue · 2 comments

image

To reproduce

  1. Go to dev view
  2. Start installing a Northstar release
    image
  3. Before it finishes, go to PlayView
  4. Wait
  5. Error message should pop up when installation is done

Might also affect other view switches, not yet tested.

I also mentioned in our discussion on Discord that it might be worth considering switching some/all vue files to the composition api to help avoid issues like this since less stuff would depend on component this objects