79436308

Date: 2025-02-13 13:27:33
Score: 0.5
Natty:
Report link

Had the same issue when using custom defined shadcn components.

I was also getting another issue to do with the .

Fixing that means adding "module": "preserve" to tsconfig.json. It's required by "moduleResolution": "bundler"

That change refreshed the Editor (VS Code), fixed the script issues, and fixed the @render error too.

Please read more into the change v5 change from slots to snippets because the change also has some quirky edge cases: https://svelte.dev/docs/svelte/v5-migration-guide#Snippets-instead-of-slots

Reasons:
  • Has code block (-0.5):
  • User mentioned (1): @render
Posted by: alanionita