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
ES 2021 Logical assignment operators are supported in Chrome/Edge/Firefox/Safari, but will break the Create React App build.
Describe the solution you'd like
Update the Babel config/version to take advantage of logical assignment parsing.
Describe alternatives you've considered
Custom config with Craco, not really worth it.
Additional context
I assume this is on it's way anyway with or without this issue, but the only other issue I could find is more specific and appears to be from someone who assumed that it should be working. #9908
The text was updated successfully, but these errors were encountered:
Is your proposal related to a problem?
ES 2021 Logical assignment operators are supported in Chrome/Edge/Firefox/Safari, but will break the Create React App build.
Describe the solution you'd like
Update the Babel config/version to take advantage of logical assignment parsing.
Describe alternatives you've considered
Custom config with Craco, not really worth it.
Additional context
I assume this is on it's way anyway with or without this issue, but the only other issue I could find is more specific and appears to be from someone who assumed that it should be working. #9908
The text was updated successfully, but these errors were encountered: