Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit ef7e193

Browse files
Remove id defaultProp generateId() call
1 parent 0d08498 commit ef7e193

File tree

4 files changed

+3
-8
lines changed

4 files changed

+3
-8
lines changed

dash_core_components/dash_core_components.dev.js

+1-1
Large diffs are not rendered by default.

dash_core_components/dash_core_components.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dash_core_components/metadata.json

+1-5
Original file line numberDiff line numberDiff line change
@@ -1128,11 +1128,7 @@
11281128
"name": "string"
11291129
},
11301130
"required": false,
1131-
"description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app.",
1132-
"defaultValue": {
1133-
"value": "generateId()",
1134-
"computed": true
1135-
}
1131+
"description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app."
11361132
},
11371133
"clickData": {
11381134
"type": {

src/components/Graph.react.js

-1
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,6 @@ const graphPropTypes = {
510510
};
511511

512512
const graphDefaultProps = {
513-
id: generateId(),
514513
clickData: null,
515514
clickAnnotationData: null,
516515
hoverData: null,

0 commit comments

Comments
 (0)