Closed k4lu-0p closed 2 years ago
Optional chaining and nullish coalescing are supported from node 14.5. Current LTS is 16. On the browser side, since Safari 13 and >20 Chrome and FF versions back.
Optional chaining and nullish coalescing are supported from node 14.5. Current LTS is 16. On the browser side, since Safari 13 and >20 Chrome and FF versions back.
Sorry for the missing details. I use your components inside a Vue 2 project. ES2020 features is only available from Vue 3 and upgrade to the 3 version isn't the priority of my company
This is an issue with Vue
Hi @bennypowers ! My project uses ES2019 build. May you rollback to ES2019 build ?
(e.g below of issue with chaining operator missing in ES2019)