Inlined functions seem to fail vite HTML parsing #20
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This line causes a crash:
on:click={ () => generateEmbedding(example, exampleResult) }.The fix is to replace
() => generateEmbedding(example, exampleResult)with a function name only, then the>does not confuse the parser.