Skip to content

Commit 8cc2ab5

Browse files
committed
Standardize summary.md content a bit.
1 parent 24d73b8 commit 8cc2ab5

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

libraries/react/meta/summary.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
<h4 id="react-overview">React</h4>
2-
3-
React 19 features full support for Custom Elements.
4-
51
<h4 id="react-handling-data">Handling data</h4>
62

7-
React now uses a runtime heuristic to determine if it should pass data to Custom Elements as either properties or attributes. If a property is already defined on the element instance, it will use properties, otherwise it will fallback to attributes.
3+
As of v19, React now uses a runtime heuristic to determine if it should pass data to Custom Elements as either properties or attributes. If a property is already defined on the element instance, it will use properties, otherwise it will fallback to attributes.
84

95
<h4 id="react-handling-events">Handling events</h4>
106

0 commit comments

Comments
 (0)