-
-
Notifications
You must be signed in to change notification settings - Fork 302
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
Error on constructor #686
Comments
Could you provide a sample repo with this? |
Should be good with this latest release. Give it a look in a few minutes! |
Yes: https://codesandbox.io/s/wizardly-germain-whvr6?file=/src/gitlab.js switching to v19.0 makes it work |
Thanks!!! |
🚀 Issue was released in |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
I have an application in Vue and when trying to run the contructor, it gives the following error.
Steps to reproduce
Dependencies
node: v10
Code
import { Gitlab } from "@gitbeaker/browser"; const token = "<token>"; try { const api = new Gitlab({ token }); } catch(err) { console.error(err); }
The text was updated successfully, but these errors were encountered: