-
Notifications
You must be signed in to change notification settings - Fork 674
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
input (test.tsx
):
import { Title } from "@solidjs/meta";
<Title>Hello</Title>;
output (test.js
):
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const meta_1 = require("@solidjs/meta");
<meta_1.Title>Test</Title> // <-- Expected corresponding JSX closing tag for 'meta_1.Title'.;
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working