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
Similar to fixes like #12340 and #12860, we have to make sure our scripts and script bundles don't use the arrow function syntax as it's not supported on IE.
Similar to fixes like #12340 and #12860, we have to make sure our scripts and script bundles don't use the arrow function syntax as it's not supported on IE.
Steps to reproduce
Expected behaviour
Scripts should work on all supported browsers, including IE. Apps (and server) should use the transformation plugin for Babel like nextcloud-libraries/nextcloud-password-confirmation#2.
Actual behaviour
Sytax errors and therefore broken scripts.
Server configuration
Nextcloud version:
Starting somewhere around Nextcloud 14
... not a complete list yet, needs investigation
cc @nextcloud/javascript
The text was updated successfully, but these errors were encountered: