Skip to content

Commit e37ce5e

Browse files
committed
Add changelog entry
1 parent 366b4e9 commit e37ce5e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
77

88
## Fixed
99

10+
- [#2616](https://github.com/plotly/dash/pull/2616) Add mapping of tsconfig compiler option `moduleResolution`, fixes [#2618](https://github.com/plotly/dash/issues/2618)
1011
- [#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)
1112
- [#2589](https://github.com/plotly/dash/pull/2589) CSS for input elements not scoped to Dash application
1213
- [#2599](https://github.com/plotly/dash/pull/2599) Fix background callback cancel inputs used in multiple callbacks and mixed cancel inputs across pages.

Diff for: dash/extract-meta.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ if (fs.existsSync('tsconfig.json')) {
4949
case 'nodenext':
5050
tsconfig.moduleResolution = ts.ModuleResolutionKind.NodeNext;
5151
break;
52-
case 'classic':
52+
case 'classic':
5353
tsconfig.moduleResolution = ts.ModuleResolutionKind.Classic;
5454
break;
5555
default:

0 commit comments

Comments
 (0)