Had the problem that it wanted to auto-fix: ```ts const showPostponementModal = inject('showPostponementModal') as (dispatching: Dispatching) => void ``` into this: ```ts const showPostponementModal = inject('showPostponementModal')! ``` which is not the same.