Skip to content

typo in "Common (e.g. <div>)" in react-dom #5913

@Namnika

Description

@Namnika

I found this typo in the components section that is AnimationEvent handler function {/animationevent-handler/} of react-dom.

<div
  onAnimationStart={e => console.log('onAnimationStart')}
  onAnimationIteration={e => console.log('onAnimationStart')}  // it should be console.log('onAnimationIteration') 
  onAnimationEnd={e => console.log('onAnimationStart')}    // it should be console.log('onAnimationEnd')
/>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions