In v3.11.3, [a change was made](https://github.com/Kitware/trame-client/compare/v3.11.2...v3.11.3) (commit e8524b4b20a10b5664200a22b60dba6b0fa7c3a7) that broke the `ClientTriggers` `exit` event. The event is just not being called anymore. You can recreate this by running [the example here](https://github.com/Kitware/trame-client/blob/c5c2feb31771e72f58b18dc7e2e89b9e20b346a7/examples/vue3/trigger.py) with `trame-client<3.11.3` and then again with `trame-client>=3.11.3`.
In v3.11.3, a change was made (commit e8524b4) that broke the
ClientTriggersexitevent. The event is just not being called anymore.You can recreate this by running the example here with
trame-client<3.11.3and then again withtrame-client>=3.11.3.