-
-
Notifications
You must be signed in to change notification settings - Fork 23
Made axios work #36
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
Made axios work #36
Conversation
Fix connector missing constructor
@Adesin-fr Okay thanks, odd that the Connection thing would fix it because it was also complaining about other things not related to Connection, but okay, you made some other changes as well (e.g. the Typescript config) ... But yes, ESLint seems to run successfully now in Github. I'm going to merge this but then I'm not going to publish a new version right away - I'll first test it with our app as a "local dependency", and try to get the reconnect stuff working in our app. I see that you pinned the I'd also love to get rid of Once all of this works I'll publish a new version! |
@Adesin-fr When I pull down the code and I do an
But in the end it did create the output JS files - so yeah, maybe it's okay - I'm going to check if the build works in Github ... |
Yeah I saw this. |
@Adesin-fr We tried that already but that wasn't a big success, we reverted that ... no we're keeping Axios, I'm trying to get the import working now. P.S. I'm closing this PR because I made a follow-up PR (#37) ... I'm also trying to replace |
I'm closing this PR because I made a follow-up PR (#37) ... I'm also trying to replace yarn by npm, I find it pretty annoying to "mix" the two all the time, I just want npm only. |
@Adesin-fr I took your PR, then used that to create a new PR, messed around with it, got rid of I'm now going to test it with our app, let's keep our fingers crossed ... :) |
The error seems to come from the Connector not having a constructor, and maybe some other fixes I've done, don't remember fully... ;)