-
Notifications
You must be signed in to change notification settings - Fork 56
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
Can it used with frontend like react ? #60
Comments
Yes, it can be used with any javascript project. :) |
Oh, you're right. This happens because that API is not available in Javascript, only Nodejs. This could be an easy fix, though. Could be fixed by using the url constructor only when it's available, and fall back to just URL strings if not. |
log.js:24 [HMR] Waiting for update signal from WDS... |
I fixed above issue now stuck with CORS. |
It is occurred in Vue app too.
|
Have same error |
There's a patch I haven't tested out yet: f863f2a |
On this note: For reference:
|
Hi @JaniAnttonen ! |
Hi, @JaniAnttonen ! |
Published a new release candidate with the patch under the tag |
Have you tried it out? Any issues yet? |
It works |
Can this wrapper used with the front end framework or library like react or angular ?
The text was updated successfully, but these errors were encountered: