Uh oh!
There was an error while loading. Please reload this page.
Loading states data attribute - #93
Conversation
valentijnnieman
commented
Feb 13, 2019
Released as rc version 0.14.0rc20 (rc1 to rc6 where taken - leaving a bit of room there) |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Marc-Andre-Rivet
left a comment
There was a problem hiding this comment.
A few comment, nothing major.
| All notable changes to this project will be documented in this file. | ||
| This project adheres to [Semantic Versioning](http://semver.org/). | ||
| ## [0.14.0] - Unreleased |
There was a problem hiding this comment.
For the final merge this will need to simply be unreleased and the version change in package.json to be reverted.
Uh oh!
There was an error while loading. Please reload this page.
| @@ -23,7 +24,12 @@ const Xmp = (props) => { | |||
There was a problem hiding this comment.
It would make sense to also omit loading_state from the props being passed down to the child
There was a problem hiding this comment.
Since the Loading component checks the loading_state prop, if we were to omit it, the Loading component would not work anymore, so I don't think we should omit it.
…prop coming from dash-renderer
valentijnnieman
commented
Feb 14, 2019
released as rc version |
This PR adds the
loading_statesprop from plotly/dash-renderer#93 to all components, as well as adata-dash-is-loadingattribute to all components that holdsloading_states.is_loading.