We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44a830b commit bdf1580Copy full SHA for bdf1580
packages/jsx-analyzer/src/transformer/babel.ts
@@ -99,6 +99,7 @@ export default function mkTransform(tranformOpts: { rewriter: Rewriter }): () =>
99
100
let elementAnalysis = this.elementAnalyzer.analyze(path);
101
if (elementAnalysis) {
102
+ elementAnalysis.seal();
103
let classMapping = this.mapping.simpleRewriteMapping(elementAnalysis);
104
let attributeValue: JSXAttribute['value'] | undefined = undefined;
105
let newClassAttr: JSXAttribute | undefined = undefined;
0 commit comments