Error when rendering @html annotations
Closed this issue · 1 comments
m1212e commented
Describe the bug
This may be related to #1369 (comment)
When I use @html annotations to render my i18n messages like this:
<p >{@html m.deleteAccountGPDR()}</p>
I get this error
❌ Encountered error in src/lib/components/forms/Form.svelte
Unexpected character '@'
error when starting dev server:
undefined
Reproduction
No response
m1212e commented
Nevermind, was caused by other Svelte 5 syntax I missed. A message where exactly the parsing error ocurred would be helpful nonetheless!