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 78efdc8 commit fcf66dbCopy full SHA for fcf66db
packages/react-dom/src/__tests__/ReactDOMUseId-test.js
@@ -37,6 +37,7 @@ describe('useId', () => {
37
useState = React.useState;
38
39
container = document.createElement('div');
40
+ container.setAttribute('id', 'container');
41
document.body.appendChild(container);
42
43
buffer = '';
0 commit comments