Custom Component Not Working #1450
Unanswered
umutyorulmaz
asked this question in
Q&A
Replies: 1 comment
-
We may not understand why you try to load react - cause the custom component has this already pre-loaded for you. Also please follow the advised way of the render method: ReactDOM.createRoot()
|
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
-
Hey, I wrote this code in the custom component:
and under data:
however I just see blank white screen. I can observe at the network tab libraries loaded and no request errors. Also I added al the libraries I need from JavaScript Library section. What I do wrong?
errors and warning from console:
The value "noviewport-fit" for key "user-scalable" is invalid, and has been ignored.
index.html:1 The key "cover" is not recognized and ignored.
2Uncaught ResizeObserver loop completed with undelivered notifications.
Beta Was this translation helpful? Give feedback.
All reactions