Skip to content

Commit

Permalink
Merge pull request #395 from Tresjs/chore/lightformer-warning
Browse files Browse the repository at this point in the history
chore(lightformer): remove defineProps import
  • Loading branch information
andretchen0 committed May 2, 2024
2 parents aa6b479 + 8670524 commit d6b5caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/staging/useEnvironment/lightformer/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
** https://github.com/pmndrs/drei/blob/master/src/core/Lightformer.tsx
** The Lightformer component in drei provides functionality for creating light probes in a scene.
*/
import { defineProps, ref, watchEffect } from 'vue'
import { ref, watchEffect } from 'vue'
import type { MeshBasicMaterial, Texture } from 'three'
import { Color, DoubleSide } from 'three'
Expand Down

0 comments on commit d6b5caf

Please sign in to comment.