Skip to content

Commit cbc484b

Browse files
authored
Update attribute-behavior fixture (#22522)
* Fix missing key warning * Add build instructions * Update interpretation now that React 17 is latest stable and 18 is next * Ignore ReactDOM.render deprecation warning * Ensure a server implementation with `renderToString` is used * Update AttributeTableSnapshot * Ensure Popover doesn't overflow
1 parent 4e6eec6 commit cbc484b

File tree

5 files changed

+282
-230
lines changed

5 files changed

+282
-230
lines changed

fixtures/attribute-behavior/.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
/build
1111
/public/react.development.js
1212
/public/react-dom.development.js
13-
/public/react-dom-server.browser.development.js
13+
/public/react-dom-server-legacy.browser.development.js
1414

1515
# misc
1616
.DS_Store

0 commit comments

Comments
 (0)