reflex icon indicating copy to clipboard operation
reflex copied to clipboard

Allow f strings in render code.

Open Alek99 opened this issue 2 years ago β€’ 0 comments

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.

Alek99 avatar Mar 16 '23 17:03 Alek99