Skip to content

v3.0.1-moodle.4

Compare
Choose a tag to compare
@alfonso-salces alfonso-salces released this 13 Sep 07:57
· 2 commits to master since this release

Fix an error from previous release which throws the following error:

Uncaught SyntaxError: Unexpected token ?
Uncaught Error: Module @moodlehq/cordova-plugin-qrscanner.QRScanner does not exist.

This happens because we are using nullish coalesing and is not supported.