Philippe Duval
Philippe Duval
Replace graph prepend/extend trace test assertions with DOM nodes graph inspection. Resolve #2181
Replace `Any` types in case `dash[testing]` was not installed but the fixtures used with a custom class that raise a proper error message. Resolve #2183
It should be possible to render arbitrary keys as component inside an object prop. Example typescript props: ```ts type Props = { dynamic: {[k: string]: JSX.Element} } ``` prop-types: `PropTypes.objectOf(PropTypes.node)`
When defining props on component, if you have two props that can be components inside a list of dictionaries, the components are not rendered and a react error indicate objects...
These dependencies are currently only in the long callback definition and thus not represented when opening the devtools callback graph. Since they have no input, they should be linked from...
[Long Callback] Support pattern matching for long callbacks side updates (progress/cancel/running)
Long callbacks `progress`, `running` and `cancel` dependencies should support pattern matching ids.
When `pip install plotly` from a windows machine, it takes anywhere from a minute to 5 minutes. From linux it took no more than 10 seconds.
- Need to have the chrome driver on the path (or any other driver) - Change the run example to `pytests tests --driver Chrome`.
Resolve #2129