-
Notifications
You must be signed in to change notification settings - Fork 33
Conversation
@@ -39,7 +39,7 @@ jobs: | |||
name: Install dependencies (dash) | |||
command: | | |||
git clone [email protected]:plotly/dash.git | |||
git clone [email protected]:plotly/dash-core-components.git | |||
git clone -b react-16 [email protected]:plotly/dash-core-components.git |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To be removed after master merge
? {errorLoading} | ||
: null | ||
); | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
React 16 component render differs greatly from React 15 in terms of error handling. MultiGraph.overallOrder()
called by hydrateInitialOutputs
throws an error when there is a cycle. This error needs to be caught and handled, otherwise the entire app fails to render.
], | ||
'relative_package_path': [ | ||
'[email protected]', | ||
'[email protected]' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove test relative to 15.4.2
_REACT_VERSION_TO_URLS = { | ||
'15.4.2': { | ||
'16.8.6': { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fwiw, no need to update the manifest as it wildcards react and react-dom versions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💃 🚀
dcc sibling: plotly/dash-core-components#508