aidenybai / million

Optimize React performance and make your React 70% faster in minutes, not months.
https://million.dev
MIT License
16.21k stars 570 forks source link

onMouseEnter and onMouseLeave not working #1116

Open TalhaAksoy opened 3 weeks ago

TalhaAksoy commented 3 weeks ago

What version of million are you using?

3.1.11

Are you using an SSR adapter? If so, which one?

none

What package manager are you using?

yarn , npm

What operating system are you using?

Linux

What browser are you using?

Chrome

Describe the Bug

when i activate million in my project

` <div onMouseEnter={() => { setMouseEnter(true); }} onMouseLeave={() => { setMouseEnter(false); }} className="flex flex-col justify-center relative dark:bg-agteks-blue-mainsecondary bg-agteks-light-bg-200 rounded-xl"

`

this mouse enter and leave event not work

What's the expected result?

work onMouseEnter like dom events

Link to Minimal Reproducible Example

i cant share

Participation

github-actions[bot] commented 3 weeks ago

Thanks for opening this issue! A maintainer will review it soon.