feat: add filters to drawer #25
Annotations
3 errors and 3 warnings
Build:
src/components/library/editor/drawer/FilterDrawer.stories.tsx#L18
Object literal may only specify known properties, and 'onBlurChange' does not exist in type 'FilterDrawerProps'.
|
Build:
src/components/library/editor/drawer/FilterDrawer.stories.tsx#L22
Type '{ open: true; onClose: () => void; blur: number; onBlurChange: () => void; }' is not assignable to type 'Partial<{ open: boolean; blur: number; brightness: number; contrast: number; saturation: number; onFilterChange: (filter: Partial<StagedFilter>) => void; onClose: () => void; }> & { ...; }'.
|
Build
Process completed with exit code 1.
|
Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Storybook
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|