-
Notifications
You must be signed in to change notification settings - Fork 42
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
Fix: undefined window on asigna initializer #405
Fix: undefined window on asigna initializer #405
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
I've signed the License Agreement. FYI @janniks |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this 🙏🏻
@martinsvinicius
|
Now released on npm 📦 |
Thanks @janniks ! |
Description
Describe the changes that where made in this pull request. When possible start with a user story - short, simple descriptions of a feature told from the perspective of the person who desires the new capability. Be sure to also include the following information:
@stacks/connect
package will callinitializeAsignaProvider
which tries to access thewindow
object without checking if it's defined.window
exists before trying to initialize Asigna ProviderType of Change
Does this introduce a breaking change?
No.
Are documentation updates required?
No.
@janniks