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
Hi guys, I'm trying to patch Strophe with your plugin like that:
import { Strophe } from 'strophe.js' import 'strophejs-plugin-register'
but I'm getting Strophe is undefined inside of it. Is there any way to fix it without moving Strophe to global scope?
The text was updated successfully, but these errors were encountered:
Also running into the same issue.
Sorry, something went wrong.
I solved this problem by editing and importing Strophe inside the file strophe.register.js [...] */ import { Strophe } from "strophe.js";
/**
No branches or pull requests
Hi guys, I'm trying to patch Strophe with your plugin like that:
but I'm getting Strophe is undefined inside of it. Is there any way to fix it without moving Strophe to global scope?
The text was updated successfully, but these errors were encountered: