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
As of today the compilation of the JSX to JS happens as you type it with a debounced function of 250ms.
Watching people code in real time, this can be annoying because it yells errors all around before you are done typing.
One thing I'd like to see is an option to toggle automatic compilation and have a button to manually compile it.
Additionally what would be good is if we'd have a customized delay for the debounce function if automatic compilation is on.
The text was updated successfully, but these errors were encountered:
🙂.. I think compiler errors should come underneath the playground editor as minified first..
And then it should have this toggleable down arrow button indicating that it could be expanded by the user when he/she wants to actually check out the full error details of what is wrong..
To be honest the pop up is annoying... could we get anyone to work on this feature of making errors look more presentable? like that of the svelte repl.. link https://svelte.dev/repl
As of today the compilation of the JSX to JS happens as you type it with a debounced function of 250ms.
Watching people code in real time, this can be annoying because it yells errors all around before you are done typing.
One thing I'd like to see is an option to toggle automatic compilation and have a button to manually compile it.
Additionally what would be good is if we'd have a customized delay for the debounce function if automatic compilation is on.
The text was updated successfully, but these errors were encountered: