useSeek, useRaycaster and useLoader are missing from TresJS 3.8.0 #619
Labels
bug
Something isn't working
p2-edge-case
Bug, but has a workaround or limited in scope (priority)
regression
The issue only appears after a new release
Describe the bug
I am importing useSeek in my project:
Since the upgrade to Tres 3.8.0, I get the error
Module ""@tresjs/core"" has no exported member "useSeek". Did you mean to use "import useSeek from "@tresjs/core"" instead?
Indeed, useSeek, useRaycaster and useLoader which are exported in src/composables/index.d.ts don't seem to be present in the package anymore.
Reproduction
https://www.runpkg.com/?@tresjs/core@3.8.0/dist/src/composables/index.d.ts
Steps to reproduce
Unfortunately I didn't manage to reproduce the issue on Stackblitz, but the link above shows that the 3 files are missing from the directory where it's supposed to be imported from.
System Info
No response
Used Package Manager
pnpm
Code of Conduct
The text was updated successfully, but these errors were encountered: