You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got an exception that stated the Upgrader was used before initialize was called. Was confused because the example code didn't call initialize either. Dug deeper into the package code and saw that actually the UpgradeAlert Widget calls initialize and we don't have to call it manually. Got it to work then. Still, something doesn't quite work as expected as I got the exception in the beginning.
The docs don't mention that you have to call initialize() before using the UpgradeAlert Widget.
The text was updated successfully, but these errors were encountered: