Remove unused import #994
Annotations
10 errors and 2 warnings
ci:
src/js/components/Icon.tsx#L163
'classNames' refers to a UMD global, but the current file is a module. Consider adding an import instead.
|
ci:
src/js/components/Select/ThemeSelect.tsx#L18
'classNames' refers to a UMD global, but the current file is a module. Consider adding an import instead.
|
ci:
src/js/components/Select/index.tsx#L28
'classNames' refers to a UMD global, but the current file is a module. Consider adding an import instead.
|
ci:
src/js/components/Select/index.tsx#L39
'classNames' refers to a UMD global, but the current file is a module. Consider adding an import instead.
|
ci:
src/js/components/SurahIndex/index.tsx#L30
'classNames' refers to a UMD global, but the current file is a module. Consider adding an import instead.
|
ci:
src/js/components/SurahIndex/index.tsx#L43
'classNames' refers to a UMD global, but the current file is a module. Consider adding an import instead.
|
ci:
src/js/components/SurahIndex/index.tsx#L91
'classNames' refers to a UMD global, but the current file is a module. Consider adding an import instead.
|
ci:
src/js/components/SurahStream/index.tsx#L51
'classNames' refers to a UMD global, but the current file is a module. Consider adding an import instead.
|
ci:
src/js/components/SurahStream/index.tsx#L78
'classNames' refers to a UMD global, but the current file is a module. Consider adding an import instead.
|
ci:
src/js/components/SurahStream/index.tsx#L93
'classNames' refers to a UMD global, but the current file is a module. Consider adding an import instead.
|
ci
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
ci
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|