Get both ConfirmDialogProvider and DatePickerRange working

I used pip install dash-core-components==0.25.0rc2 to get ConfirmDialogProvider working but it seems to break DatePickerRange anyone know a solution to this?

You shouldn’t need a prerelease version, they’ve been available since 0.25.0. You can see the versions in the changelog: https://github.com/plotly/dash-core-components/blob/master/CHANGELOG.md and the versions that we list in the docs https://dash.plot.ly/installation are the ones that we use in the documentation itself including the examples of ConfirmDialogProvider: https://dash.plot.ly/dash-core-components/ and https://dash.plot.ly/dash-core-components/confirm

1 Like

cheers, typically I just figured that out as I saw this so I’ve upgraded everything now thanks

1 Like