We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd19791 commit c9a680cCopy full SHA for c9a680c
src/core/Texture.tsx
@@ -53,7 +53,6 @@ export function useTexture<Url extends string[] | string | Record<string, string
53
const keyed = {} as MappedTextureType<Url>
54
let i = 0
55
for (const key in input) keyed[key] = textures[i++]
56
- console.log('keyed', keyed)
57
return keyed
58
} else {
59
return textures
0 commit comments