Skip to content

Commit

Permalink
Merge pull request #2596 from alexjercan/fix/dash_table-missing-key-prop
Browse files Browse the repository at this point in the history
fix(dash-table): added key prop to markdown cell 🐛
  • Loading branch information
T4rk1n authored Jul 20, 2023
2 parents 1471774 + cb15816 commit 6e8f50d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@
All notable changes to `dash` will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org/).

## UNRELEASED

## [UNRELEASED]

## Fixed

- [#2596](https://github.com/plotly/dash/pull/2596) Fix react-dom throwing unique key prop error for markdown table, fix [#1433](https://github.com/plotly/dash/issues/1433)
- [#2589](https://github.com/plotly/dash/pull/2589) CSS for input elements not scoped to Dash application
- [#2599](https://github.com/plotly/dash/pull/2599) Fix background callback cancel inputs used in multiple callbacks and mixed cancel inputs across pages.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ class Contents {
case CellType.Markdown:
return (
<CellMarkdown
key={`column-${columnIndex}`}
active={active}
applyFocus={applyFocus}
className={className}
Expand Down

0 comments on commit 6e8f50d

Please # to comment.