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 was archived by the owner on Aug 29, 2025. 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-highlighterhave breaking changes for updates.This should be the final piece for
dash-core-componentsto support React 16 outside of updatingdash-renderer.This will be updated when I find additional packages that need to be updated.
Updates
react-virtualized-selectis causing issues inDropdown.react.js. All other packages are working fine now with a monkey-patched React v15.6 indash-rendereron 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-datesto"16.3.2"react-dropzoneto"4.2.8"react-markdownto"3.2.1"react-selectto"1.2.1"react-select-fast-filter-optionsto"0.2.3"react-syntax-highlighterto"7.0.0"react-virtualized-selectto"3.1.3"reactandreact-domas peerDependencies"^15.4.0 || ^16.0.0"Packages that will be added
style-loaderandcss-loaderfor importing the css as required by the newreact-dates