Merged
Conversation
Dash comes with version 3.6.0 and not 3.4.0 as specified in the requirements file, which was causing conflicts.
The new version of dash-core-components, or dash-renderer, was causing the tab content area to be empty; specifying a default tab fixes this.
Since setProps no longer has to be defined, the dummy callback for Speck can be removed.
mkcor
reviewed
Apr 1, 2019
mkcor
reviewed
Apr 1, 2019
Dash core libraries are installed by default upon installation of Dash.
mkcor
approved these changes
Apr 1, 2019
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
(note that I am not publishing a new version of the package, since the problem with Speck's
viewprop from #241 still needs to be fixed)About
Updates to
dashanddash-rendererensure thatsetPropsdoes not have to be defined by creating a callback that takes the component as input. This fixes part of the issue referenced in #241.Description of changes
dash-core-componentsdoes not display the contents of the first tab by default.Before merging