Hey, I followed the r3f tutorial further and fail to import 'PerspectiveCamera' from the package. It seems like it does not get exported. What could be the issue?
I think there is also a mistake in the example, showing import {PerspectiveCamera} from '@react-three/r3f' instead of @theatre/r3f. Thanks for your help, this project is very helpful!
Hey, I followed the r3f tutorial further and fail to import 'PerspectiveCamera' from the package. It seems like it does not get exported. What could be the issue?
I think there is also a mistake in the example, showing
import {PerspectiveCamera} from '@react-three/r3f'
instead of @theatre/r3f. Thanks for your help, this project is very helpful!