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
Attempting to use the optional chaining operator (introduced 2020) in #7474 raised an error when running npm run build:
This seems to be because falafel (used in one of the preprocessing steps) depends on an older version of the acorn parser (7.4.1, released 5 years ago).
Adding an override to package.json to bump the acorn version allows the build to complete successfully.