We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 204a67c commit 0514afcCopy full SHA for 0514afc
packages/runtime-core/src/apiCreateApp.ts
@@ -49,7 +49,7 @@ export interface App<HostElement = any> {
49
isSVG?: boolean
50
): ComponentPublicInstance
51
unmount(): void
52
- provide<T>(key: InjectionKey<T> | string, value: T): this
+ provide<T>(key: InjectionKey<T> | string | number, value: T): this
53
54
/**
55
* Runs a function with the app as active instance. This allows using of `inject()` within the function to get access
0 commit comments