You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Typing in something, then evaluating it, will cause the old text to be placed back into the text editor. This also causes buggy behaviour (invisible REPL value) after code execution.
This behaviour happens because the EVAL_REPL action is called before the UPDATE_REPL_VALUE action (due to the throttle).