-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can't seem to get this working....(7 errors) #57
Comments
Haha I have the same issue. Thought I was going crazy. |
@Zachweiss10 downgrading three to |
@malinantonsson Thank you! I'll give that a shot |
@malinantonsson That fixed it thank you! (not sure if I should leave this issue open as there are some compat. issues. |
@Zachweiss10 I would leave it open - if anything it would be good to mention it in the readme or something :) |
Good issue! Needs to be solved urgently as documentation wrt version of three has been mentioned wrongly Will be sending a PR for this soon! |
c
58 |
59 | export function createGlowGeometry(geometry, size) {
60 | // Gather vertexNormals from geometry.faces
2.) TypeError: Cannot read property 'updateCallbacks' of null
(anonymous function)
70 |
71 | // update callbacks
72 | useEffect(() => {
3.) TypeError: Cannot read property 'updateMarkers' of null
(anonymous function)
98 |
99 | // update markers
100 | useEffect(() => {
4.) TypeError: Cannot read property 'applyAnimations' of null
(anonymous function)
111 | // apply animations
112 | useEffect(() => {
113 | const globe = globeRef.current;
... and so on. I'll send them all if you need them.
the code is just the simpleGlobe version of your readme
Thanks for you help!
The text was updated successfully, but these errors were encountered: