Skip to content

Commit

Permalink
Added lil-gui dependency to prod. Added missing import Mesh.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertoCasasOrtiz committed Sep 19, 2024
1 parent 55df9e2 commit f49bd17
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
7 changes: 3 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"i18next": "^22.4.15",
"i18next-browser-languagedetector": "^7.0.1",
"jest": "^29.5.0",
"lil-gui": "^0.19.2",
"mobx": "^6.9.0",
"mobx-react": "^7.6.0",
"notistack": "^3.0.1",
Expand Down Expand Up @@ -82,8 +83,7 @@
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.0-placeholder-for-preset-env.2",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"lil-gui": "^0.19.2"
"@types/react-dom": "^18.0.11"
},
"jest": {
"moduleNameMapper": {
Expand Down
2 changes: 1 addition & 1 deletion src/components/pages/OpenSimScene.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { useFrame, useThree } from '@react-three/fiber'

import * as THREE from 'three';
import { useEffect, useRef, useState } from 'react'
import { AnimationMixer, BoxHelper, Color, DirectionalLight, Group, Object3D, Scene, SpotLight } from 'three'
import { AnimationMixer, BoxHelper, Color, DirectionalLight, Group, Object3D, Scene, SpotLight, Mesh } from 'three'

import { observer } from 'mobx-react'

Expand Down

0 comments on commit f49bd17

Please sign in to comment.