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
If I add "hint" I get an error "The above error occurred in the Tooltip component:" Tried adding it to different things, always the same. I'm using the latest versions of react, react-three/fiber, three js
In the meantime, you can patch this by wrapping your app with @radix-ui/react-tooltipProvider. If you have leva installed, it will already be installed so no need to do npm i @radix-ui/react-tooltip.
import{Provider}from"@radix-ui/react-tooltip";constApp=><Provider>... the rest of your app</Provider>
I really hope leva development resuscitates at some point 😄
If I add "hint" I get an error "The above error occurred in the Tooltip component:" Tried adding it to different things, always the same. I'm using the latest versions of react, react-three/fiber, three js
const EnvironmentMapControl = () => { return useControls("environmentMap", { intensity: { value: 0.6, min: 0, max: 2, step: 0.01, hint: "This is not working" }, }) }
The text was updated successfully, but these errors were encountered: