Build: Maintenance #41616
Annotations
10 errors
test:
code/vitest-setup.ts#L25
Error:
Click to debug the error directly in Storybook: http://localhost:6006/?path=/story/addons-interactions-methodcall--args&addonPanel=storybook/test/panel
error: Warning: %s: Support for defaultProps will be removed from function components in a future major release. Use JavaScript default parameters instead.%s
❯ throwMessage ../vitest-setup.ts:25:16
❯ console.throwError ../vitest-setup.ts:31:37
|
test:
code/vitest-setup.ts#L25
Error:
Click to debug the error directly in Storybook: http://localhost:6006/?path=/story/addons-test-globalerrormodal--default&addonPanel=storybook/test/panel
error: `DialogContent` requires a `DialogTitle` for the component to be accessible for screen reader users.
If you want to hide the `DialogTitle`, you can wrap it with our VisuallyHidden component.
For more information, see https://radix-ui.com/primitives/docs/components/dialog
❯ throwMessage ../vitest-setup.ts:25:16
❯ console.throwError ../vitest-setup.ts:31:37
❯ ../core/dist/components/index.js:27001:30
|
test:
code/vitest-setup.ts#L25
Error:
Click to debug the error directly in Storybook: http://localhost:6006/?path=/story/addons-test-methodcall--args&addonPanel=storybook/test/panel
error: Warning: %s: Support for defaultProps will be removed from function components in a future major release. Use JavaScript default parameters instead.%s
❯ throwMessage ../vitest-setup.ts:25:16
❯ console.throwError ../vitest-setup.ts:31:37
|
test:
code/vitest-setup.ts#L25
Error:
Click to debug the error directly in Storybook: http://localhost:6006/?path=/story/components-modal--default&addonPanel=storybook/test/panel
error: `DialogContent` requires a `DialogTitle` for the component to be accessible for screen reader users.
If you want to hide the `DialogTitle`, you can wrap it with our VisuallyHidden component.
For more information, see https://radix-ui.com/primitives/docs/components/dialog
❯ throwMessage ../vitest-setup.ts:25:16
❯ console.throwError ../vitest-setup.ts:31:37
❯ ../node_modules/.vite/deps/@radix-ui_react-dialog.js:1858:30
|
test:
code/vitest-setup.ts#L25
Error:
Click to debug the error directly in Storybook: http://localhost:6006/?path=/story/components-modal--fixed-width&addonPanel=storybook/test/panel
error: `DialogContent` requires a `DialogTitle` for the component to be accessible for screen reader users.
If you want to hide the `DialogTitle`, you can wrap it with our VisuallyHidden component.
For more information, see https://radix-ui.com/primitives/docs/components/dialog
❯ throwMessage ../vitest-setup.ts:25:16
❯ console.throwError ../vitest-setup.ts:31:37
❯ ../node_modules/.vite/deps/@radix-ui_react-dialog.js:1858:30
|
test:
code/vitest-setup.ts#L25
Error:
Click to debug the error directly in Storybook: http://localhost:6006/?path=/story/components-modal--fixed-height&addonPanel=storybook/test/panel
error: `DialogContent` requires a `DialogTitle` for the component to be accessible for screen reader users.
If you want to hide the `DialogTitle`, you can wrap it with our VisuallyHidden component.
For more information, see https://radix-ui.com/primitives/docs/components/dialog
❯ throwMessage ../vitest-setup.ts:25:16
❯ console.throwError ../vitest-setup.ts:31:37
❯ ../node_modules/.vite/deps/@radix-ui_react-dialog.js:1858:30
|
test:
code/vitest-setup.ts#L25
Error:
Click to debug the error directly in Storybook: http://localhost:6006/?path=/story/components-modal--fixed-width-and-height&addonPanel=storybook/test/panel
error: `DialogContent` requires a `DialogTitle` for the component to be accessible for screen reader users.
If you want to hide the `DialogTitle`, you can wrap it with our VisuallyHidden component.
For more information, see https://radix-ui.com/primitives/docs/components/dialog
❯ throwMessage ../vitest-setup.ts:25:16
❯ console.throwError ../vitest-setup.ts:31:37
❯ ../node_modules/.vite/deps/@radix-ui_react-dialog.js:1858:30
|
test:
code/addons/docs/src/compiler/index.test.ts#L33
Error: Snapshot `mdx3 > supports AdjacentBlockJSX 1` mismatched
- Expected
+ Received
import {jsx as _jsx} from "react/jsx-runtime";
import {useMDXComponents as _provideComponents} from "@mdx-js/react";
function _createMdxContent(props) {
return _jsx("style", {
children: `
- h1 {
+ h1 {
- color: blue;
+ color: blue;
- }
+ }
`
});
}
❯ src/compiler/index.test.ts:33:39
|
test:
code/addons/docs/src/compiler/index.test.ts#L638
Error: Snapshot `docs-mdx-compiler-plugin > style tag 1` mismatched
- Expected
+ Received
@@ -5,26 +5,26 @@
return _jsxs(_Fragment, {
children: [_jsx(Meta, {
title: "Example/Introduction"
}), "\n", _jsx("style", {
children: `
- .subheading {
+ .subheading {
- --mediumdark: '#999999';
+ --mediumdark: '#999999';
- font-weight: 900;
+ font-weight: 900;
- font-size: 13px;
+ font-size: 13px;
- color: #999;
+ color: #999;
- letter-spacing: 6px;
+ letter-spacing: 6px;
- line-height: 24px;
+ line-height: 24px;
- text-transform: uppercase;
+ text-transform: uppercase;
- margin-bottom: 12px;
+ margin-bottom: 12px;
- margin-top: 40px;
+ margin-top: 40px;
- }
- .link-list {
+ }
+ .link-list {
- display: grid;
+ display: grid;
- grid-template-columns: 1fr;
+ grid-template-columns: 1fr;
- grid-template-rows: 1fr 1fr;
+ grid-template-rows: 1fr 1fr;
- row-gap: 10px;
+ row-gap: 10px;
- }
+ }
`
})]
});
}
❯ src/compiler/index.test.ts:638:7
|
test
Process completed with exit code 1.
|
Loading