Deprecation: ref attribute - marko-js/marko GitHub Wiki

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

<div ref="a" />

…is now:

<div key="a" />