Skip to content
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: ignore updates that happen before the full state is send #1101

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Feb 24, 2022

  1. fix: ignore updates that happen before the full state is send

    This can happen when the kernel is updating a widget from a thread
    at the same time as when we are requesting the states.
    
    When this happens, we get an update without the full widget state, which
    causes the widget creation fo fail (since model and module are all undefined)
    
    Note that this does not affect the new faster way, so ipywidgets 8 should
    not be affected by this bug.
    maartenbreddels committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    82a66d4 View commit details
    Browse the repository at this point in the history