You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.
It seems like multiple requirements do not support newer versions of React 16. Some packages, like react-syntax-highlighter have breaking changes for updates.
This should be the final piece for dash-core-components to support React 16 outside of updating dash-renderer.
This will be updated when I find additional packages that need to be updated.
It seems like multiple requirements do not support newer versions of React 16. Some packages, like
react-syntax-highlighter
have breaking changes for updates.This should be the final piece for
dash-core-components
to support React 16 outside of updatingdash-renderer
.This will be updated when I find additional packages that need to be updated.
Updates
react-virtualized-select
is causing issues inDropdown.react.js
. All other packages are working fine now with a monkey-patched React v15.6 indash-renderer
on https://github.com/mjclawar/dash-core-components/tree/164-react-16This line: https://github.com/mjclawar/dash-core-components/blob/e99bff257859868ed1dffbedcb8286418c1e209f/src/components/Dropdown.react.js#L4 was causing a React version error that imported an older React version. Updated to pulling directly from the umd build as
Packages that will be updated:
react-dates
to"16.3.2"
react-dropzone
to"4.2.8"
react-markdown
to"3.2.1"
react-select
to"1.2.1"
react-select-fast-filter-options
to"0.2.3"
react-syntax-highlighter
to"7.0.0"
react-virtualized-select
to"3.1.3"
react
andreact-dom
as peerDependencies"^15.4.0 || ^16.0.0"
Packages that will be added
style-loader
andcss-loader
for importing the css as required by the newreact-dates
The text was updated successfully, but these errors were encountered: