We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I can't get this library to integrate with the remix.run React framework. The first error I got was
remix.run
ReferenceError: Can't find variable: global # from custom-event/index.js
I patched that with
if (global === undefined) { var global = globalThis // window; }
But another error
Error: Dynamic require of "http" is not supported
Looks like all these have to do with faye.
faye
The text was updated successfully, but these errors were encountered:
cc @arnautov-anton @MartinCupela
Sorry, something went wrong.
Hey @casoetan,
thank you for bringing this up. Could you please share your remix example, in order we can replicate your setup?
Thank you
No branches or pull requests
I can't get this library to integrate with the
remix.run
React framework.The first error I got was
ReferenceError: Can't find variable: global # from custom-event/index.js
I patched that with
But another error
Looks like all these have to do with
faye
.The text was updated successfully, but these errors were encountered: