-
Notifications
You must be signed in to change notification settings - Fork 341
Closed
Labels
Description
export function inject<T>(key: InjectionKey<T> | string): T | undefinedVue 2.x composition api (https://github.com/vuejs/composition-api/blob/master/src/apis/inject.ts#L35):
export function inject<T>(key: InjectionKey<T> | string): T | void;void instead of undefined makes impossible to use non-null assertion operator