nikivancic
The problem is with the way callback is being used - (see https://github.com/oktadeve… as an example). At this point, the best solution for this problem is to add the rule ‘standard/no-callback-literal’: 0 to the file .eslintrc.js.
Posting this for future Vue / Okta users who will run into this - unless @mattraible decides to add this rule to https://github.com/oktadeve….