LeoH

Results 2 issues of LeoH

with this template : ```javascript ... ... ``` changing ```:up``` to ``` :up="[1, 0, 0]"``` or ``` :up="[0, 1, 0]"``` break the camera/scene

**Describe the bug** Reflex generates invalid JavaScript code when using a custom `args_spec` in an `EventHandler` that returns `rx.Var(f"{event}?.formData")`. The generated code places an expression `(_event?.formData)` in an argument list,...

bug