Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning: Unknown event handler property onPointerEnterCapture. It will be ignored. #45

Open
Luca-Ottaviano-Ioma opened this issue Jul 24, 2024 · 0 comments

Comments

@Luca-Ottaviano-Ioma
Copy link

<Ripples
id={"navBtn" + capitalizeFirstLetter(props.content.label)}
className='lateralNavBtn w-full'
onClick={(event) => {
props.setCurrentPage({
pageName: capitalizeFirstLetter(props.content.label), index: props.index,
});
}}
color="var(--darkGrey)"
during={800}
placeholder={undefined} onPointerEnterCapture={undefined} onPointerLeaveCapture={undefined}
>

In this piece of code the IDE is forcing me to add placeholder, onPointerEnterCapture and onPointerLeaveCapture props but when i look at the chrome console i see the error i put in the title

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant