Open ThomasPais opened 2 months ago
The warning is harmless but I'll fix it before the release of 5.0.
@pngwn Svelte 5.0 is released, I know it's harmless, but it would be nice not to have console (and therefore CI) being spammed with the warning <3
Description:
I am encountering deprecation warnings when using Svelte 5. The warnings indicate that context="module" is deprecated and should be replaced with the module attribute svelte 5 preview documentation.
The warnings occur when the markdown files are loaded from the JSON: +page.server.ts
console
Environment:
Svelte 5 Node.js > 20 MDsveX 0.12.3
Expected Behavior:
No deprecation warnings should appear if the correct attribute is used.
Actual Behavior:
Deprecation warnings appear for each instance of context="module".