You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ℹ️ You can help us to fix this issue faster by opening a pull request with a failing test. See our Contribution Guide for how to make a pull request, or read our New Contributor's Guide if this is your first time contributing.
Uh oh!
There was an error while loading. Please reload this page.
New Issue Checklist
Issue Description
Legacy import are in the form of
const Parse = require('parse').Parse
. This can be solved usingexport
statement.Parse-SDK-JS/src/Parse.ts
Lines 417 to 418 in cfb25ef
The text was updated successfully, but these errors were encountered: