make code more readable
Co-authored-by: Thomas Brandého <thomas.brandeho@gmail.com>
This commit is contained in:
parent
89358f27a0
commit
88a1571148
@ -132,7 +132,7 @@ def load_dynamic_serializer():
|
||||
module_code_lines.insert(0, "const React = window.__reflex.react;")
|
||||
|
||||
return (
|
||||
"//__reflex_evaluate\n/** @jsx jsx */\nconst { jsx } = window.__reflex['@emotion/react']\n"
|
||||
"\n".join(["//__reflex_evaluate", "/** @jsx jsx */", "const { jsx } = window.__reflex['@emotion/react']", *module_code_lines])
|
||||
+ "\n".join(module_code_lines)
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user