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
If you set the option complete_function_calls to true, brackets will also be added when completing JSX, even though JSX elements are not called as functions.
The expected behavior should be to not complete function calls in JSX markup. For example, in VS-Code it would work like this:
The text was updated successfully, but these errors were encountered:
If you set the option
complete_function_calls
to true, brackets will also be added when completing JSX, even though JSX elements are not called as functions.The expected behavior should be to not complete function calls in JSX markup. For example, in VS-Code it would work like this:
The text was updated successfully, but these errors were encountered: