fix(ScrollArea): add optional measurement and expose the function #6895
Annotations
10 errors
|
Typecheck
Process completed with exit code 1.
|
|
Typecheck
Type 'import("/home/runner/work/ui/ui/playgrounds/nuxt/node_modules/.pnpm/@tiptap[email protected]_@[email protected]_@[email protected]_@[email protected]__@tip_82cadf05f8a156db2402cb4470bc4c9f/node_modules/@tiptap/vue-3/dist/index").Editor' is not assignable to type 'import("/home/runner/work/ui/ui/node_modules/.pnpm/@tiptap[email protected]_@[email protected]_@[email protected]_@[email protected]__@tip_5a3fc0774e56304238574c59c5f77c2f/node_modules/@tiptap/vue-3/dist/index").Editor'.
|
|
Typecheck
Type 'import("/home/runner/work/ui/ui/playgrounds/nuxt/node_modules/.pnpm/@tiptap[email protected]_@[email protected]_@[email protected]_@[email protected]__@tip_82cadf05f8a156db2402cb4470bc4c9f/node_modules/@tiptap/vue-3/dist/index").Editor' is not assignable to type 'import("/home/runner/work/ui/ui/node_modules/.pnpm/@tiptap[email protected]_@[email protected]_@[email protected]_@[email protected]__@tip_5a3fc0774e56304238574c59c5f77c2f/node_modules/@tiptap/vue-3/dist/index").Editor'.
|
|
Typecheck
Type '{ aiContinue: { canExecute: () => boolean; execute: (editor: Editor) => ChainedCommands; isActive: () => boolean; isDisabled: () => boolean; }; aiFix: { canExecute: (editor: Editor) => boolean; execute: (editor: Editor) => ChainedCommands; isActive: () => boolean; isDisabled: (editor: Editor) => boolean; }; ... 5 mo...' is not assignable to type 'EditorCustomHandlers'.
|
|
Typecheck
Type '{ aiContinue: { canExecute: () => boolean; execute: (editor: Editor) => ChainedCommands; isActive: () => boolean; isDisabled: () => boolean; }; aiFix: { canExecute: (editor: Editor) => boolean; execute: (editor: Editor) => ChainedCommands; isActive: () => boolean; isDisabled: (editor: Editor) => boolean; }; ... 5 mo...' does not satisfy the constraint 'EditorCustomHandlers'.
|
|
Typecheck
Argument of type '{ aiContinue: { canExecute: () => boolean; execute: (editor: Editor) => ChainedCommands; isActive: () => boolean; isDisabled: () => boolean; }; aiFix: { canExecute: (editor: Editor) => boolean; execute: (editor: Editor) => ChainedCommands; isActive: () => boolean; isDisabled: (editor: Editor) => boolean; }; ... 5 mo...' is not assignable to parameter of type 'EditorCustomHandlers'.
|
|
Typecheck
Type '{ aiContinue: { canExecute: () => boolean; execute: (editor: Editor) => ChainedCommands; isActive: () => boolean; isDisabled: () => boolean; }; aiFix: { canExecute: (editor: Editor) => boolean; execute: (editor: Editor) => ChainedCommands; isActive: () => boolean; isDisabled: (editor: Editor) => boolean; }; ... 5 mo...' does not satisfy the constraint 'EditorCustomHandlers'.
|
|
Typecheck
Type '{ aiContinue: { canExecute: () => boolean; execute: (editor: Editor) => ChainedCommands; isActive: () => boolean; isDisabled: () => boolean; }; aiFix: { canExecute: (editor: Editor) => boolean; execute: (editor: Editor) => ChainedCommands; isActive: () => boolean; isDisabled: (editor: Editor) => boolean; }; ... 5 mo...' does not satisfy the constraint 'EditorCustomHandlers'.
|
|
Typecheck
Type '{ aiContinue: { canExecute: () => boolean; execute: (editor: Editor) => ChainedCommands; isActive: () => boolean; isDisabled: () => boolean; }; aiFix: { canExecute: (editor: Editor) => boolean; execute: (editor: Editor) => ChainedCommands; isActive: () => boolean; isDisabled: (editor: Editor) => boolean; }; ... 5 mo...' does not satisfy the expected type 'EditorCustomHandlers'.
|
|
Typecheck
Argument of type 'Readonly<ShallowRef<ShallowUnwrapRef<{ editor: ShallowRef<Editor | undefined, Editor | undefined>; }> | null, ShallowUnwrapRef<{ editor: ShallowRef<Editor | undefined, Editor | undefined>; }> | null>>' is not assignable to parameter of type 'Ref<{ editor: Editor | undefined; } | null | undefined, { editor: Editor | undefined; } | null | undefined>'.
|
Loading