Skip to content

docs(Motion Presets): add motion presets documentation #8516

docs(Motion Presets): add motion presets documentation

docs(Motion Presets): add motion presets documentation #8516

Triggered via pull request November 29, 2024 06:25
Status Failure
Total duration 4m 39s
Artifacts

blade-validate.yml

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

Annotations

14 errors and 10 warnings
Run Tests (3/4)
Process completed with exit code 1.
Run Tests (4/4)
Process completed with exit code 1.
Run Tests (2/4)
Process completed with exit code 1.
Run Tests (1/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