We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f87ef32 commit c3c2609Copy full SHA for c3c2609
.changeset/empty-cars-jog.md
@@ -0,0 +1,7 @@
1
+---
2
+"@marko/runtime-tags": patch
3
+"@marko/compiler": patch
4
+"@marko/translator-interop-class-tags": patch
5
6
+
7
+Remove script tag definition that caused a conflict when in interop mode.
packages/runtime-tags/src/translator/core/script.ts
@@ -138,7 +138,6 @@ export default {
138
tag.remove();
139
},
140
141
- html: false,
142
parseOptions: {
143
text: true,
144
preserveWhitespace: true,
0 commit comments