WIP: command completion #119
Annotations
7 errors and 2 warnings
src/features/Chat.test.tsx > Chat > should send and receive messages from the window:
src/features/Chat.tsx#L134
TypeError: chatContentRef.current.scrollIntoView is not a function
❯ onTextAreaHeightChange src/features/Chat.tsx:134:34
❯ src/components/TextArea/TextArea.tsx:24:11
❯ commitHookEffectListMount node_modules/react-dom/cjs/react-dom.development.js:23150:26
❯ commitPassiveMountOnFiber node_modules/react-dom/cjs/react-dom.development.js:24931:11
❯ commitPassiveMountEffects_complete node_modules/react-dom/cjs/react-dom.development.js:24891:9
❯ commitPassiveMountEffects_begin node_modules/react-dom/cjs/react-dom.development.js:24878:7
❯ commitPassiveMountEffects node_modules/react-dom/cjs/react-dom.development.js:24866:3
❯ flushPassiveEffectsImpl node_modules/react-dom/cjs/react-dom.development.js:27039:3
❯ flushPassiveEffects node_modules/react-dom/cjs/react-dom.development.js:26984:14
❯ performSyncWorkOnRoot node_modules/react-dom/cjs/react-dom.development.js:26076:3
|
src/features/Chat.test.tsx > Chat > can restore a chat:
src/features/Chat.tsx#L134
TypeError: chatContentRef.current.scrollIntoView is not a function
❯ onTextAreaHeightChange src/features/Chat.tsx:134:34
❯ src/components/TextArea/TextArea.tsx:24:11
❯ commitHookEffectListMount node_modules/react-dom/cjs/react-dom.development.js:23150:26
❯ commitPassiveMountOnFiber node_modules/react-dom/cjs/react-dom.development.js:24931:11
❯ commitPassiveMountEffects_complete node_modules/react-dom/cjs/react-dom.development.js:24891:9
❯ commitPassiveMountEffects_begin node_modules/react-dom/cjs/react-dom.development.js:24878:7
❯ commitPassiveMountEffects node_modules/react-dom/cjs/react-dom.development.js:24866:3
❯ flushPassiveEffectsImpl node_modules/react-dom/cjs/react-dom.development.js:27039:3
❯ flushPassiveEffects node_modules/react-dom/cjs/react-dom.development.js:26984:14
❯ performSyncWorkOnRoot node_modules/react-dom/cjs/react-dom.development.js:26076:3
|
build (lts/*)
Process completed with exit code 1.
|
src/features/Chat.test.tsx > Chat > should send and receive messages from the window:
src/features/Chat.tsx#L134
TypeError: chatContentRef.current.scrollIntoView is not a function
❯ onTextAreaHeightChange src/features/Chat.tsx:134:34
❯ src/components/TextArea/TextArea.tsx:24:11
❯ commitHookEffectListMount node_modules/react-dom/cjs/react-dom.development.js:23150:26
❯ commitPassiveMountOnFiber node_modules/react-dom/cjs/react-dom.development.js:24931:11
❯ commitPassiveMountEffects_complete node_modules/react-dom/cjs/react-dom.development.js:24891:9
❯ commitPassiveMountEffects_begin node_modules/react-dom/cjs/react-dom.development.js:24878:7
❯ commitPassiveMountEffects node_modules/react-dom/cjs/react-dom.development.js:24866:3
❯ flushPassiveEffectsImpl node_modules/react-dom/cjs/react-dom.development.js:27039:3
❯ flushPassiveEffects node_modules/react-dom/cjs/react-dom.development.js:26984:14
❯ performSyncWorkOnRoot node_modules/react-dom/cjs/react-dom.development.js:26076:3
|
src/features/Chat.test.tsx > Chat > can restore a chat:
src/features/Chat.tsx#L134
TypeError: chatContentRef.current.scrollIntoView is not a function
❯ onTextAreaHeightChange src/features/Chat.tsx:134:34
❯ src/components/TextArea/TextArea.tsx:24:11
❯ commitHookEffectListMount node_modules/react-dom/cjs/react-dom.development.js:23150:26
❯ commitPassiveMountOnFiber node_modules/react-dom/cjs/react-dom.development.js:24931:11
❯ commitPassiveMountEffects_complete node_modules/react-dom/cjs/react-dom.development.js:24891:9
❯ commitPassiveMountEffects_begin node_modules/react-dom/cjs/react-dom.development.js:24878:7
❯ commitPassiveMountEffects node_modules/react-dom/cjs/react-dom.development.js:24866:3
❯ flushPassiveEffectsImpl node_modules/react-dom/cjs/react-dom.development.js:27039:3
❯ flushPassiveEffects node_modules/react-dom/cjs/react-dom.development.js:26984:14
❯ performSyncWorkOnRoot node_modules/react-dom/cjs/react-dom.development.js:26076:3
|
src/components/ComboBox/ComboBox.test.tsx > ComboBox > completes when pressing tab:
src/components/ComboBox/ComboBox.test.tsx#L78
AssertionError: expected 'foo\n@ /foo' to deeply equal 'foo\n@file /foo'
- Expected
+ Received
foo
- @file /foo
+ @ /foo
❯ src/components/ComboBox/ComboBox.test.tsx:78:51
|
build (latest)
The operation was canceled.
|
build (lts/*)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build (latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|