Uncaught SyntaxError: private fields are not currently supported
Describe the bug
This error message shows up in console when you just navigate to the app. Firefox: 78.12.0esr (64-bit) which is latest ESR build under Debian (already unstable branch, I never do testing). This error message prevents me from accessing my contacts over Nextcloud web interface.
Steps to reproduce
- Just navigate to "Contacts" with Firefox ESR 78.
Expected behavior
ESR 78 should be still supported.
Actual behavior
A blank page is returned.
Contact version
4.20
Operating system
Linux Devuan
PHP engine version
PHP 7.4
Web server
Apache (supported)
Database
MariaDB
Additional info
No response
With an upgrade to 91.11 ESR the app loads again. Okay, is there somewhere a minimum browser version noted?
'>0.25%',
'not ie 11',
'not op_mini all',
'not dead',
'Firefox ESR',
Is our browserlist configuration. The idea is to support Firefox ESR.
Okay, then I guess this is solved?