blaumeise20/template-jsx

Maybe 1 input not necessary?

Opened this issue · 1 comments

export function create(options: RenderOptions = {}): ExpressRenderer {
if (options.useSelfCloseTags == null) options.useSelfCloseTags = [
"area",
"base",
"br",
"col",
"embed",
"hr",
"img",
"input", // 1.
"link",
"input", // 2.
"link",
"meta",
"param",
"source",
"track",
"wbr"
];

Oh yes, you are right, this is a duplicate tag name. I will fix it soon 👍