Skip to content

Commit c70172d

Browse files
author
Marc-André Rivet
committed
remove react-16 branch shim after master merge
1 parent 43540b0 commit c70172d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/dash-core-components/.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
name: Install dependencies (dash)
2828
command: |
2929
git clone [email protected]:plotly/dash.git
30-
git clone -b react-16 [email protected]:plotly/dash-renderer.git
30+
git clone [email protected]:plotly/dash-renderer.git
3131
git clone [email protected]:plotly/dash-html-components.git
3232
git clone [email protected]:plotly/dash-table.git
3333
. venv/bin/activate

0 commit comments

Comments
 (0)