Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
expansible-panel: Make component reactive to changes in the existence…
… of info and warning slots As it was, once the component was rendered, the existence of info and warning slots would never change. We had a case where the joystick panel was initiated without a warning, but once an external API was consulted, the component tried to show the warning (with a change in a `v-if` for the slot), but the panel never rendered the warning, as it was not reactive.
- Loading branch information