Skip to content

Commit 397cb26

Browse files
committed
changelog for _set_random_id exclusions
1 parent 0ef2b4a commit 397cb26

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ This project adheres to [Semantic Versioning](https://semver.org/).
6161
return f'You have entered {value}'
6262
```
6363

64+
[#1894](https://github.com/plotly/dash/pull/1894) restricted this feature so auto-generated IDs are not allowed if the app uses `dash_snapshots` (a Dash Enterprise package) or if the component uses `persistence`, as this can create confusing errors. Callback definitions can still reference components in these cases, but those components must have explicit IDs.
65+
6466
## Dash Core Components
6567

6668
### Rearranged Keyword Arguments & Flexible Types

0 commit comments

Comments
 (0)