Closed
Description
Version
2.6.11
Reproduction link
https://jsfiddle.net/nueorsq5/
Steps to reproduce
Load page, the binding of native events produces warning on the tag.
What is expected?
Should not trigger warning, cause the component is dynamic and could be a component or a DOM node depending on the data passed.
What is actually happening?
It produces warning for every .native
event bound to a DOM node.
The warning is indeed correct, but makes difficult to create dynamic component with such events, since the object notation does not permit to specify native modifiers.