Skip to content

Commit b043bfb

Browse files
committed
add missing test gate
1 parent 1c86699 commit b043bfb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/react-dom/src/__tests__/ReactServerRenderingHydration-test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -559,6 +559,7 @@ describe('ReactDOMServerHydration', () => {
559559
});
560560
});
561561

562+
// @gate enableCustomElementPropertySupport
562563
it('should not re-assign properties on hydration', () => {
563564
const container = document.createElement('div');
564565
document.body.appendChild(container);

0 commit comments

Comments
 (0)