build(deps): bump chromaui/action from 11.10.2 to 11.19.0 in /.github/workflows #196
Annotations
10 errors
src/components/common/FilterInputField/FilterInputField.test.tsx > Component: FilterInputField > Snapshot > Default:
src/components/common/FilterInputField/FilterInputField.test.tsx#L13
Error: Snapshot `Component: FilterInputField > Snapshot > Default 1` mismatched
❯ src/components/common/FilterInputField/FilterInputField.test.tsx:13:28
|
src/components/editor/PropertiesPanel/LayerPropertiesPanel/FillLayerPropertiesPanel/FillLayerPropertiesPanel.test.tsx > Component: FillLayerPropertiesPanel > Snapshot > Default:
src/components/editor/PropertiesPanel/LayerPropertiesPanel/FillLayerPropertiesPanel/FillLayerPropertiesPanel.test.tsx#L13
Error: Snapshot `Component: FillLayerPropertiesPanel > Snapshot > Default 1` mismatched
- Expected
+ Received
@@ -216,23 +216,27 @@
<h3
class="font-montserrat text-sm font-semibold"
>
Filter
</h3>
- <section
+ <summary>
+ <details>
+ <section
- style="display: flex; position: relative; text-align: initial; width: 100%; height: 100%;"
+ style="display: flex; position: relative; text-align: initial; width: 100%; height: 100%;"
- >
+ >
- <div
+ <div
- style="display: flex; height: 100%; width: 100%; justify-content: center; align-items: center;"
+ style="display: flex; height: 100%; width: 100%; justify-content: center; align-items: center;"
- >
- Loading...
+ >
+ Loading...
- </div>
+ </div>
- <div
+ <div
- class="min-h-16"
+ class="min-h-16"
- style="width: 100%; display: none;"
+ style="width: 100%; display: none;"
- />
- </section>
+ />
+ </section>
+ </details>
+ </summary>
</div>
<div
class="flex flex-col gap-2 px-4"
>
<h3
❯ src/components/editor/PropertiesPanel/LayerPropertiesPanel/FillLayerPropertiesPanel/FillLayerPropertiesPanel.test.tsx:13:28
|
src/components/editor/PropertiesPanel/LayerPropertiesPanel/LineLayerPropertiesPanel/LineLayerPropertiesPanel.test.tsx > Component: LineLayerPropertiesPanel > Snapshot > Default:
src/components/editor/PropertiesPanel/LayerPropertiesPanel/LineLayerPropertiesPanel/LineLayerPropertiesPanel.test.tsx#L13
Error: Snapshot `Component: LineLayerPropertiesPanel > Snapshot > Default 1` mismatched
- Expected
+ Received
@@ -158,10 +158,36 @@
class="flex flex-col gap-2 px-4"
>
<h3
class="font-montserrat text-sm font-semibold"
>
+ Filter
+ </h3>
+ <summary>
+ <details>
+ <section
+ style="display: flex; position: relative; text-align: initial; width: 100%; height: 100%;"
+ >
+ <div
+ style="display: flex; height: 100%; width: 100%; justify-content: center; align-items: center;"
+ >
+ Loading...
+ </div>
+ <div
+ class="min-h-16"
+ style="width: 100%; display: none;"
+ />
+ </section>
+ </details>
+ </summary>
+ </div>
+ <div
+ class="flex flex-col gap-2 px-4"
+ >
+ <h3
+ class="font-montserrat text-sm font-semibold"
+ >
Raw Data Editor (Advanced)
</h3>
<section
style="display: flex; position: relative; text-align: initial; width: 100%; height: 100%;"
>
❯ src/components/editor/PropertiesPanel/LayerPropertiesPanel/LineLayerPropertiesPanel/LineLayerPropertiesPanel.test.tsx:13:28
|
src/components/common/FilterInputField/expressions/color/RgbInputField/RgbInputField.test.tsx > Component: RgbInputField > Snapshot > Default:
src/components/common/FilterInputField/expressions/color/RgbInputField/RgbInputField.tsx#L27
TypeError: Cannot read properties of undefined (reading '1')
❯ RgbInputField src/components/common/FilterInputField/expressions/color/RgbInputField/RgbInputField.tsx:27:13
❯ Object.react-stack-bottom-frame node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-client.development.js:22430:20
❯ renderWithHooks node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-client.development.js:5752:22
❯ updateFunctionComponent node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-client.development.js:7979:19
❯ beginWork node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-client.development.js:9643:18
❯ runWithFiberInDEV node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-client.development.js:539:16
❯ performUnitOfWork node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-client.development.js:15034:22
❯ workLoopSync node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-client.development.js:14856:41
❯ renderRootSync node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-client.development.js:14834:11
❯ recoverFromConcurrentError node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-client.development.js:14427:25
|
src/components/common/FilterInputField/expressions/color/RgbaInputField/RgbaInputField.test.tsx > Component: RgbaInputField > Snapshot > Default:
src/components/common/FilterInputField/expressions/color/RgbaInputField/RgbaInputField.tsx#L28
TypeError: Cannot read properties of undefined (reading '1')
❯ RgbaInputField src/components/common/FilterInputField/expressions/color/RgbaInputField/RgbaInputField.tsx:28:13
❯ Object.react-stack-bottom-frame node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-client.development.js:22430:20
❯ renderWithHooks node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-client.development.js:5752:22
❯ updateFunctionComponent node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-client.development.js:7979:19
❯ beginWork node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-client.development.js:9643:18
❯ runWithFiberInDEV node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-client.development.js:539:16
❯ performUnitOfWork node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-client.development.js:15034:22
❯ workLoopSync node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-client.development.js:14856:41
❯ renderRootSync node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-client.development.js:14834:11
❯ recoverFromConcurrentError node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-client.development.js:14427:25
|
src/components/common/FilterInputField/expressions/color/ToRgbaInputField/ToRgbaInputField.test.tsx > Component: ToRgbaInputField > Snapshot > Default:
src/components/common/FilterInputField/expressions/color/ToRgbaInputField/ToRgbaInputField.tsx#L22
TypeError: Cannot read properties of undefined (reading '1')
❯ ToRgbaInputField src/components/common/FilterInputField/expressions/color/ToRgbaInputField/ToRgbaInputField.tsx:22:17
❯ Object.react-stack-bottom-frame node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-client.development.js:22430:20
❯ renderWithHooks node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-client.development.js:5752:22
❯ updateFunctionComponent node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-client.development.js:7979:19
❯ beginWork node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-client.development.js:9643:18
❯ runWithFiberInDEV node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-client.development.js:539:16
❯ performUnitOfWork node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-client.development.js:15034:22
❯ workLoopSync node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-client.development.js:14856:41
❯ renderRootSync node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-client.development.js:14834:11
❯ recoverFromConcurrentError node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-client.development.js:14427:25
|
src/components/common/FilterInputField/expressions/common/ExpressionInputTypeInputField/ExpressionInputTypeInputField.test.tsx > Component: ExpressionInputTypeInputField > Snapshot > Default:
src/components/common/FilterInputField/expressions/common/ExpressionInputTypeInputField/ExpressionInputTypeInputField.test.tsx#L13
Error: Snapshot `Component: ExpressionInputTypeInputField > Snapshot > Default 1` mismatched
❯ src/components/common/FilterInputField/expressions/common/ExpressionInputTypeInputField/ExpressionInputTypeInputField.test.tsx:13:28
|
src/components/common/FilterInputField/expressions/curves/InterpolateHclInputField/InterpolateHclInputField.test.tsx > Component: InterpolateHclInputField > Snapshot > Default:
src/components/common/FilterInputField/expressions/curves/InterpolateHclInputField/InterpolateHclInputField.tsx#L32
TypeError: Cannot read properties of undefined (reading '1')
❯ InterpolateHclInputField src/components/common/FilterInputField/expressions/curves/InterpolateHclInputField/InterpolateHclInputField.tsx:32:25
❯ Object.react-stack-bottom-frame node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-client.development.js:22430:20
❯ renderWithHooks node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-client.development.js:5752:22
❯ updateFunctionComponent node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-client.development.js:7979:19
❯ beginWork node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-client.development.js:9643:18
❯ runWithFiberInDEV node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-client.development.js:539:16
❯ performUnitOfWork node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-client.development.js:15034:22
❯ workLoopSync node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-client.development.js:14856:41
❯ renderRootSync node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-client.development.js:14834:11
❯ recoverFromConcurrentError node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-client.development.js:14427:25
|
src/components/common/FilterInputField/expressions/curves/InterpolateInputField/InterpolateInputField.test.tsx > Component: InterpolateInputField > Snapshot > Default:
src/components/common/FilterInputField/expressions/curves/InterpolateInputField/InterpolateInputField.tsx#L32
TypeError: Cannot read properties of undefined (reading '1')
❯ InterpolateInputField src/components/common/FilterInputField/expressions/curves/InterpolateInputField/InterpolateInputField.tsx:32:25
❯ Object.react-stack-bottom-frame node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-client.development.js:22430:20
❯ renderWithHooks node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-client.development.js:5752:22
❯ updateFunctionComponent node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-client.development.js:7979:19
❯ beginWork node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-client.development.js:9643:18
❯ runWithFiberInDEV node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-client.development.js:539:16
❯ performUnitOfWork node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-client.development.js:15034:22
❯ workLoopSync node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-client.development.js:14856:41
❯ renderRootSync node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-client.development.js:14834:11
❯ recoverFromConcurrentError node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-client.development.js:14427:25
|
src/components/common/FilterInputField/expressions/curves/InterpolateLabInputField/InterpolateLabInputField.test.tsx > Component: InterpolateLabInputField > Snapshot > Default:
src/components/common/FilterInputField/expressions/curves/InterpolateLabInputField/InterpolateLabInputField.tsx#L32
TypeError: Cannot read properties of undefined (reading '1')
❯ InterpolateLabInputField src/components/common/FilterInputField/expressions/curves/InterpolateLabInputField/InterpolateLabInputField.tsx:32:25
❯ Object.react-stack-bottom-frame node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-client.development.js:22430:20
❯ renderWithHooks node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-client.development.js:5752:22
❯ updateFunctionComponent node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-client.development.js:7979:19
❯ beginWork node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-client.development.js:9643:18
❯ runWithFiberInDEV node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-client.development.js:539:16
❯ performUnitOfWork node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-client.development.js:15034:22
❯ workLoopSync node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-client.development.js:14856:41
❯ renderRootSync node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-client.development.js:14834:11
❯ recoverFromConcurrentError node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-client.development.js:14427:25
|