This commit is contained in:
Khaleel Al-Adhami 2024-10-03 15:33:42 -07:00
parent c1895f9ae1
commit 172bf94d11

View File

@ -138,7 +138,7 @@ def load_dynamic_serializer():
"const { jsx } = window.__reflex['@emotion/react']",
*module_code_lines,
]
) + "\n".join(module_code_lines)
)
@transform
def evaluate_component(js_string: Var[str]) -> Var[Component]: