HoudiniGraphql/houdini

Error when rendering @html annotations

Closed this issue · 1 comments

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

Nevermind, was caused by other Svelte 5 syntax I missed. A message where exactly the parsing error ocurred would be helpful nonetheless!