mirror of
https://github.com/System-End/site.git
synced 2026-04-19 22:05:11 +00:00
🚨 Remove dep array
This commit is contained in:
parent
26903b5de2
commit
a6e9cd9169
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ const Tilt = ({ options = {}, children, ...props }) => {
|
|||
gyroscope: false,
|
||||
...options
|
||||
})
|
||||
}, [])
|
||||
})
|
||||
return React.cloneElement(children, { ref: root })
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue