12 ms·
Astro removes the html tags and just renders text, so I can’t return a new table row for simple crud setup. Only when it’s a valid table does it not strip out t
by jjdeveloper 3y ago
Astro removes the html tags and just renders text, so I can’t return a new table row for simple crud setup. Only when it’s a valid table does it not strip out the html.
- flagrant_taco 3y agoOh that's interesting, never seen that happen before but I must have just never run into that use case