Closed arthurfiorette closed 1 year ago
Example:
const postList: JSX.Element[] = posts.map((post) => ( <li> <PostCard author={post.author.name} post={post} authored={userId === post.authorId} /> </li> )); return <>{postList}</>; // ~~~~~~~~ // Usage of xss-prone content without `safe` attribute. https://kitajs.github.io/ts-html-plugin#k601ts(0 K601)
Example: