This repository has been archived by the owner on Jun 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix setProps when IDs aren't provided (#166)
provide valid setProps for all components, even if they don't have an ID construct paths on-the-fly while recursing through the tree.
- Loading branch information
Showing
4 changed files
with
59 additions
and
15 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,14 +39,16 @@ jobs: | |
name: Install dependencies (dash) | ||
command: | | ||
git clone [email protected]:plotly/dash.git | ||
git clone --branch fix-prop-types [email protected]:plotly/dash-core-components.git | ||
git clone [email protected]:plotly/dash-core-components.git | ||
git clone [email protected]:plotly/dash-html-components.git | ||
git clone [email protected]:plotly/dash-table.git | ||
git clone [email protected]:plotly/dash-renderer-test-components | ||
. venv/bin/activate | ||
pip install -e ./dash --quiet | ||
cd dash-core-components && npm install --ignore-scripts && npm run build && pip install -e . && cd .. | ||
cd dash-html-components && npm install --ignore-scripts && npm run build && pip install -e . && cd .. | ||
cd dash-table && npm install --ignore-scripts && npm run build && pip install -e . && cd .. | ||
cd dash-renderer-test-components && npm install --ignore-scripts && npm run build:all && pip install -e . && cd .. | ||
- run: | ||
name: Build | ||
|
This file contains 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
This file contains 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
This file contains 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