Add new Alert variants #584
Annotations
3 errors and 6 warnings
Lint:
styleguide/src/Indicators/Alert/Alert.tsx#L4
Replace `·'success'·|·'warning'·|·'danger'·|·'info'·|·'infoOutline'·|·'infoDark'` with `⏎··|·'success'⏎··|·'warning'⏎··|·'danger'⏎··|·'info'⏎··|·'infoOutline'⏎··|·'infoDark'⏎·`
|
Lint:
styleguide/src/Indicators/Alert/Alert.tsx#L76
Replace `alertTypes[type].class` with `⏎········alertTypes[type].class⏎······`
|
Lint
Process completed with exit code 1.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Lint:
styleguide/src/Components/HelpLink/index.tsx#L51
Expected '===' and instead saw '=='
|
Lint:
styleguide/src/Forms/FloatingLabelInputCurrency/FloatingLabelInputCurrency.tsx#L160
React Hook useEffect has a missing dependency: 'calculateValues'. Either include it or remove the dependency array
|
Lint:
styleguide/src/Forms/InputCurrency/InputCurrency.tsx#L148
React Hook useEffect has a missing dependency: 'calculateValues'. Either include it or remove the dependency array
|
Lint:
styleguide/src/Layout/Box/Components/utils.ts#L48
React Hook React.useEffect has a missing dependency: 'didUpdate'. Either include it or remove the dependency array. If 'didUpdate' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Loading