Overview

Created my first component with Canvas AI 🎉
It worked, but there was some friction: escaped code. E.g. data.length > 0  in the editor looked like data.length > 0 and had to fix quite some occurrences myself.

Proposed resolution

It should properly escape the code from the output of the LLM when creating the code.

User interface changes

After my prompt finished, I get a nice component preview without having to tweak its code (yet).

Comments

penyaskito created an issue.