Added radiobutton component and fixed some props bugs #51
Annotations
4 errors and 1 warning
test:
src/components/Svg/Svg.tsx#L1
Element implicitly has an 'any' type because expression of type 'string' can't be used to index type 'ThemeColors'.
|
test:
src/components/Svg/Svg.tsx#L1
Type '"#000000"' is not assignable to type '"black" | "gray" | "white" | "light" | "shadowLight" | "strokeGray" | "darkGray" | "primaryDefault" | "primaryHovered" | "blueGray" | "blueGrayLight" | "textGray" | "neutralLight" | undefined'.
|
test:
src/components/Text/index.tsx#L1
Element implicitly has an 'any' type because expression of type 'string' can't be used to index type 'ThemeColors'.
|
test
Process completed with exit code 2.
|
test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|