useProgress not appearing in nextjs #904
Unanswered
noahtrotman
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I've been using drei's useProgress hook to show a loading screen before the glsl shader appears on my home page using nextjs. However, it is no longer working and I am unsure why. I've added code snippets below of it being used.
Loader.js
Scene.js
(I've put the loader both inside and outside the canvas to see if one would work. Even with only one in either place it still doesn't fire
Beta Was this translation helpful? Give feedback.
All reactions