Skip to content

feat(motion): add initial presets code #8506

feat(motion): add initial presets code

feat(motion): add initial presets code #8506

Triggered via pull request November 28, 2024 08:45
Status Failure
Total duration 4m 38s
Artifacts

blade-validate.yml

on: pull_request
Validate Source Code
4m 31s
Validate Source Code
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

14 errors and 10 warnings
Run Tests (2/4)
Process completed with exit code 1.
Run Tests (1/4)
Process completed with exit code 1.
Run Tests (3/4)
Process completed with exit code 1.
Run Tests (4/4)
Process completed with exit code 1.
Validate Source Code: packages/blade/src/components/Accordion/Accordion.tsx#L1
'/home/runner/work/blade/blade/packages/blade/node_modules/react/index.js' imported multiple times
Validate Source Code: packages/blade/src/components/Accordion/Accordion.tsx#L3
'/home/runner/work/blade/blade/packages/blade/node_modules/react/index.js' imported multiple times
Validate Source Code: packages/blade/src/components/AnimateInteractions/AnimateInteractions.native.tsx#L3
`./types` type import should occur before import of `~components/Typography`
Validate Source Code: packages/blade/src/components/AnimateInteractions/AnimateInteractions.web.tsx#L1
`~components/BaseMotion` import should occur after type import of `./types`
Validate Source Code: packages/blade/src/components/AnimateInteractions/AnimateInteractions.web.tsx#L2
`./AnimateInteractionsProvider` import should occur after import of `motion/react`
Validate Source Code: packages/blade/src/components/AnimateInteractions/AnimateInteractions.web.tsx#L3
`./useFocusWithin` import should occur after import of `motion/react`
Validate Source Code: packages/blade/src/components/AnimateInteractions/AnimateInteractions.web.tsx#L17
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
Validate Source Code: packages/blade/src/components/AnimateInteractions/AnimateInteractions.web.tsx#L20
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator