fix(deps): update dependency @chakra-ui/react to v3 #3031
Annotations
10 errors and 1 warning
tsc:
src/components/ActionBar.tsx#L2
'"@chakra-ui/react"' has no exported member named 'ButtonGroup'. Did you mean 'ButtonProps'?
|
tsc:
src/components/ActionBar.tsx#L3
Module '"@chakra-ui/react"' has no exported member 'Divider'.
|
tsc:
src/components/ActionBar.tsx#L6
Module '"@chakra-ui/react"' has no exported member 'useColorMode'.
|
tsc:
src/components/ActionBar.tsx#L7
Module '"@chakra-ui/react"' has no exported member 'useColorModeValue'.
|
tsc:
src/components/ActionBar.tsx#L33
JSX element type 'Tooltip' does not have any construct or call signatures.
|
tsc:
src/components/ActionBar.tsx#L33
'Tooltip' cannot be used as a JSX component.
|
tsc:
src/components/ActionBar.tsx#L36
Type '{ "aria-label": string; icon: Element; onClick: () => void; }' is not assignable to type 'IntrinsicAttributes & IconButtonProps & RefAttributes<HTMLButtonElement>'.
|
tsc:
src/components/ActionBar.tsx#L40
JSX element type 'Tooltip' does not have any construct or call signatures.
|
tsc:
src/components/ActionBar.tsx#L40
'Tooltip' cannot be used as a JSX component.
|
tsc:
src/components/ActionBar.tsx#L43
Type '{ "aria-label": string; icon: Element; onClick: () => void; }' is not assignable to type 'IntrinsicAttributes & IconButtonProps & RefAttributes<HTMLButtonElement>'.
|
tsc
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|