You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Icons are displayed fine and build runs without any problems, but nonetheless astro check reports an error
index.astro:2:26 Error: Cannot find module '@astropub/icons/Download' or its corresponding type declarations.
01 ---
02 import DownloadIcon from '@astropub/icons/Download';
~~~~~~~~~~~~~~~~~~~~~~~~~~
Result (4 files):
1 error
0 warnings
0 hints
ELIFECYCLE Command failed with exit code 1.
astro 1.9.1
The text was updated successfully, but these errors were encountered:
Icons are displayed fine and
build
runs without any problems, but nonethelessastro check
reports an errorastro 1.9.1
The text was updated successfully, but these errors were encountered: