Skip to content

Deprecation: ref attribute

Taylor Hunt edited this page Aug 2, 2019 · 2 revisions

The ref attribute is deprecated in favor of the key attribute.

<div ref="a" />

…is now:

<div key="a" />
Clone this wiki locally