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
The following happens every once in a while (1 out of 4-5 times) when starting or restarting the Astro dev server.
Cannot convert undefined or null to object
/node_modules/.pnpm/astro-icon@0.8.0/node_modules/astro-icon/index.ts:25:23
TypeError: Cannot convert undefined or null to object
at Function.assign (<anonymous>)
at eval (/node_modules/.pnpm/astro-icon@0.8.0/node_modules/astro-icon/index.ts:25:23)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async instantiateModule (file:///workspaces/dooiy/node_modules/.pnpm/vite@3.2.2_sass@1.56.0/node_modules/vi
The text was updated successfully, but these errors were encountered:
@christian-hackyourshack Can you share a bit more about your setup and some code?I'm unable to determine based off the error message above what the issue is.
I can't tell you much, as it always happens during startup.
My setup:
astro 1.6.7 (vite 3.2.3)
astro-icon 0.8.0
I am using astro-icon only in one place at the moment with some custom icons, but it never hits that place, it is during initial module loading that it crashes (as can be seen in the stacktrace above).
The following happens every once in a while (1 out of 4-5 times) when starting or restarting the Astro dev server.
The text was updated successfully, but these errors were encountered: