You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Warning: /vue-next/packages/reactivity/src/computed.ts:83:5 - (TS2322) Type 'ComputedGetter<T> | WritableComputedOptions<T>' is not assignable to type 'ComputedGetter<T>'.
149
147
Type 'WritableComputedOptions<T>' is not assignable to type 'ComputedGetter<T>'.
150
148
Type 'WritableComputedOptions<T>' provides no match for the signature '(...args: any[]): T'.
151
149
Warning: /vue-next/packages/reactivity/src/computed.ts:90:30 - (TS2339) Property 'get' does not exist on type 'ComputedGetter<T> | WritableComputedOptions<T>'.
152
150
Property 'get' does not exist on type 'ComputedGetter<T>'.
153
151
Warning: /vue-next/packages/reactivity/src/computed.ts:91:30 - (TS2339) Property 'set' does not exist on type 'ComputedGetter<T> | WritableComputedOptions<T>'.
154
152
Property 'set' does not exist on type 'ComputedGetter<T>'.
153
+
created packages/compiler-sfc/dist/compiler-sfc.cjs.js in ?s
Warning: /vue-next/packages/reactivity/src/computed.ts:83:5 - (TS2322) Type 'ComputedGetter<T> | WritableComputedOptions<T>' is not assignable to type 'ComputedGetter<T>'.
184
182
Type 'WritableComputedOptions<T>' is not assignable to type 'ComputedGetter<T>'.
185
183
Type 'WritableComputedOptions<T>' provides no match for the signature '(...args: any[]): T'.
Warning: /vue-next/packages/reactivity/src/computed.ts:91:30 - (TS2339) Property 'set' does not exist on type 'ComputedGetter<T> | WritableComputedOptions<T>'.
189
187
Property 'set' does not exist on type 'ComputedGetter<T>'.
Warning: dist/packages/runtime-core/src/apiCreateApp.d.ts:47:27 - (tsdoc-characters-after-block-tag) The token "@vue" looks like a TSDoc tag but contains an invalid character "/"; if it is not a tag, use a backslash to escape the "@"
221
221
Warning: dist/packages/runtime-core/src/compat/global.d.ts:30:8 - (tsdoc-missing-deprecation-message) The @deprecated block must include a deprecation message, e.g. describing the recommended alternative
222
222
Warning: dist/packages/runtime-core/src/index.d.ts:34:9 - (TS2717) Subsequent property declarations must have the same type. Property 'runtimeCoreBailTypes' must be of type 'VNode<RendererNode, RendererElement, { [key: string]: any; }> | { $: ComponentInternalInstance; }', but here has type 'VNode<RendererNode, RendererElement, { [key: string]: any; }> | { $: ComponentInternalInstance; }'.
Warning: dist/packages/server-renderer/src/renderToStream.d.ts:11:4 - (tsdoc-missing-deprecation-message) The @deprecated block must include a deprecation message, e.g. describing the recommended alternative
0 commit comments