@@ -887,27 +887,7 @@ exports.MyComponentOnMount = (p) => {
887887
888888 useStylesScopedQrl(qrl(\\"./low.js\\", \\"MyComponentStyles\\", []));
889889
890- return h(
891- \\"div\\",
892- {
893- \\"builder-id\\": \\"builder-192569f8d0a943398ec7ab9c327e104f\\",
894- class: \\"cjrqfb1 builder-block\\",
895- style: {
896- backgroundColor: (() => {
897- try {
898- return state.hilitTitle ? \\"red\\" : \\"gray\\";
899- } catch (err) {
900- console.warn(\\"Builder code error\\", err);
901- }
902- })(),
903- },
904- },
905- h(\\"div\\", {
906- key: \\"builder-192569f8d0a943398ec7ab9c327e104f\\",
907- class: \\"builder-text\\",
908- dangerouslySetInnerHTML: state.title,
909- })
910- );
890+ return h(Fragment, null, \\"Enter some text...\\");
911891};
912892const __proxyMerge__ = (exports.__proxyMerge__ = function __proxyMerge__(
913893 state,
@@ -9975,7 +9955,7 @@ const qrl = require(\\"@builder.io/qwik\\").qrl;
99759955const useStore = require(\\"@builder.io/qwik\\").useStore;
99769956const useStylesScopedQrl = require(\\"@builder.io/qwik\\").useStylesScopedQrl;
99779957
9978- exports.MyComponentStyles = \`.cjrqfb1{ display:flex;flex-direction:column;position:relative;flex-shrink:0;box-sizing:border-box;margin-top:20px;line-height:normal;height:auto;text-align:center}\`;
9958+ exports.MyComponentStyles = \`.cxfmert{all:unset; display:flex;flex-direction:column;position:relative;flex-shrink:0;box-sizing:border-box;margin-top:20px;line-height:normal;height:auto;text-align:center}\`;
99799959exports.MyComponentOnMount = (p) => {
99809960 const s = useStore(
99819961 () => {
@@ -10000,10 +9980,10 @@ exports.MyComponentOnMount = (p) => {
100009980 useStylesScopedQrl(qrl(\\"./low.js\\", \\"MyComponentStyles\\", []));
100019981
100029982 return h(
10003- \\"div \\",
9983+ \\"button \\",
100049984 {
100059985 \\"builder-id\\": \\"builder-192569f8d0a943398ec7ab9c327e104f\\",
10006- class: \\"cjrqfb1 builder-block\\",
9986+ class: \\"cxfmert builder-block\\",
100079987 style: {
100089988 backgroundColor: (() => {
100099989 try {
@@ -10014,11 +9994,7 @@ exports.MyComponentOnMount = (p) => {
100149994 })(),
100159995 },
100169996 },
10017- h(\\"div\\", {
10018- key: \\"builder-192569f8d0a943398ec7ab9c327e104f\\",
10019- class: \\"builder-text\\",
10020- dangerouslySetInnerHTML: state.title,
10021- })
9997+ state.title
100229998 );
100239999};
1002410000const __proxyMerge__ = (exports.__proxyMerge__ = function __proxyMerge__(
0 commit comments