Closed NimishKashyap closed 2 years ago
This is my index.html
@NimishKashyap Did you solve the issue? If not, this might be useful.
Here is my CodeSandbox https://codesandbox.io/s/jolly-morning-m9f3p?file=/src/components/MyComponent.js
Changing my three version did the trick for me.
"three": "0.121.0"
@koji Thanks for sharing your fix
Yes, I got the same 💩 , how do you do this with a modern version of three?
Three 0.121.0 has a Denial of Service vuln.
I am using "three": "0.124.0"
I've updated the library so it now works three r134. See the react examples and fiddle links in the readme https://github.com/tengbao/vanta/
Closing this issue now.
× TypeError: Cannot read properties of undefined (reading 'prototype')
Getting this error. I am very new to Vanta and I need to implement this using React only
Please help!