-
-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: Class constructor GraphQLList cannot be invoked without 'new' #258
Comments
Hey, @justinwilaby. Thanks for reporting this. I confirm this is a bug on this line: data/src/model/generateGraphQLHandlers.ts Line 60 in efb1747
Will release the fix later this week. |
Released: v0.11.1 🎉This has been released in v0.11.1! Make sure to always update to the latest version ( Predictable release automation by @ossjs/release. |
Thank you for the fast response!
…On Thu, Jan 19, 2023 at 3:22 PM Artem Zakharchenko ***@***.***> wrote:
Released: v0.11.1 🎉
This has been released in v0.11.1!
- 📄 *Release notes*
<https://github.com/mswjs/data/releases/tag/v0.11.1>
- 📦 npm package ***@***.***/data/v/0.11.1>
Make sure to always update to the latest version (npm i @***@***.***)
to get the newest features and bug fixes.
------------------------------
*Predictable release automation by @ossjs/release
<https://github.com/ossjs/release>*.
—
Reply to this email directly, view it on GitHub
<#258 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAUHVVNRVTN33YDMN36Y6XTWTHEDPANCNFSM6AAAAAAT7WFGHI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
When targeting ES6, the following error is output to the console:
Adding
new
at the line specified fixes the issue.The text was updated successfully, but these errors were encountered: