The following code is treated as an error since `ref` lacks the `on` prefix, but I reckon that `ref` should be whitelisted in some sense. ``` <div ref={this.handleRef} /> ```