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
Move update listener registration after runtime_data is set to prevent
AttributeError when the listener is triggered. The listener accesses
entry.runtime_data.title, so runtime_data must be set first.
Co-authored-by: balloob <1444314+balloob@users.noreply.github.com>
0 commit comments