reflex icon indicating copy to clipboard operation
reflex copied to clipboard

Fix es6 escaping

Open abulvenz opened this issue 1 year ago β€’ 0 comments

I had some problems when using ES6 Code in the script tag. So I wrote a test that shows the problem. My futile approach to fix it duplicates some code and breaks many other tests. Without the test passing using the script tag from the script within an example app results in the following error: image

abulvenz avatar May 03 '24 13:05 abulvenz