Array.prototype.find is an ES6 feature not supported by all our target browsers: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/find.
This has probably not been a problem because MobileFrontend is only likely to run on a subset of those, but we should fix this anyway.
Developer Notes
The code lives here:
https://github.com/wikimedia/mediawiki-extensions-MobileFrontend/blob/master/resources/mobile.editor.api/EditorGateway.js#L39
Array.find usage was added in 094a26531a in October by @dbarratt and only impacts users triggering the block notice in mobile.
This is likely throwing errors contributing to https://grafana.wikimedia.org/d/000000566/reading-web-dashboard?orgId=1&panelId=15&fullscreen so we should expect to see a drop in errors when the fix lands.