We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7774aa commit 0d5cc36Copy full SHA for 0d5cc36
1 file changed
.storybook/stories/Autofocus.stories.tsx
@@ -74,8 +74,7 @@ export const Primary: Story = {
74
}
75
76
const Suzi = ({ children, ...props }) => {
77
- console.log(import.meta.url)
78
- const { nodes } = useGLTF('/suzi.gltf') as any
+ const { nodes } = useGLTF('suzi.gltf') as any
79
return (
80
<>
81
<mesh castShadow receiveShadow geometry={nodes.Suzanne.geometry} {...props}>
0 commit comments