the AURORA effect is not working #900
Unanswered
Ankush-Rajpoot
asked this question in
help
Replies: 1 comment
-
|
Hi @Ankush-Rajpoot, The error Uncaught TypeError: Cannot set properties of null (setting 'renderer') usually happens when the script is trying to access a DOM element that doesn’t exist yet. In your case, the Aurora effect probably expects a container element to be present in the DOM. Here is how you can fix it:
In React, use useEffect to ensure the element is rendered first:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Uncaught TypeError: Cannot set properties of null (setting 'renderer')
at new ebt (index-CMIogMVV.js:9465:1175)
at index-CMIogMVV.js:9555:209
at Di (index-CMIogMVV.js:8:25504)
at ne (index-CMIogMVV.js:8:44517)
at index-CMIogMVV.js:8:42678
at w (index-CMIogMVV.js:1:10841)
at MessagePort.D (index-CMIogMVV.js:1:11200)Understand this error
Beta Was this translation helpful? Give feedback.
All reactions