🚨 Remove dep array

This commit is contained in:
Malted 2023-04-06 22:14:17 +01:00
parent 26903b5de2
commit a6e9cd9169
No known key found for this signature in database
GPG key ID: C1AF1C0E5180BE02

View file

@ -14,7 +14,7 @@ const Tilt = ({ options = {}, children, ...props }) => {
gyroscope: false,
...options
})
}, [])
})
return React.cloneElement(children, { ref: root })
}