We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1048f21 commit 67bf0dbCopy full SHA for 67bf0db
src/js/CheckboxTree.js
@@ -92,7 +92,7 @@ class CheckboxTree extends React.Component {
92
});
93
94
this.state = {
95
- id: props.id || `rct-${nanoid(7)}`,
+ id: props.id || `rct-${nanoid()}`,
96
model,
97
prevProps: props,
98
};
0 commit comments