Cannot find name 'Parse' In MoralisAuthAdaptor code

Hi, im copy and pasting the code directly from you guys and still get this error,

Hi @DegenDeveloper

This is just an eslint error and it is a issue from parse sdk.

To suppress this error add this comment to the first line of your code.

/* global Parse */

Let us know if this works.:raised_hands: