reflex
reflex copied to clipboard
Allow f strings in render code.
Describe the bug A clear and concise description of what the bug is.
Right now f strings do not work in the render code.
To Reproduce Steps to reproduce the behavior:
- Code/Link to Repo:
pc.text( f"Hello {State.world}" )
Expected behavior A clear and concise description of what you expected to happen.
Should work but is not rendered correctly.