You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
<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
The text was updated successfully, but these errors were encountered: