Skip to content

Conversation

@vidartf
Copy link
Member

@vidartf vidartf commented Oct 9, 2020

Fixes #334 .

Traitlets 5 changed how self.default_value was used vs the dynamic default callback of the Instance trait type (in v5 default_value takes precedence over the dynamic default). This avoids us writing to that value, as I don't think we every rely on it. Here we ensure that the value we write is correct, so that ipywidgets sync logic is correct.

@vidartf
Copy link
Member Author

vidartf commented Oct 9, 2020

CI failure is just because the Travis 3.9 binary is still missing.

@vidartf vidartf merged commit f11572a into jupyter-widgets:master Oct 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant