vendredi 17 mai 2019

How to fix warning "interaction added to non-interactive element no-invalid-interactive"

I just upgraded my Ember addon from version 3.0 to version 3.8, and I get this warning now:

Interaction added to non-interactive element no-invalid-interactive

An example of this is something like:

<div class="some-class" onclick=>
    <div> more content </div>
</div>

What are my options to fix it the right way, so that it is accessible?




Aucun commentaire:

Enregistrer un commentaire