- Notifications
You must be signed in to change notification settings - Fork254
Custom Component Not Working#1450
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
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. |
BetaWas this translation helpful?Give feedback.
All reactions
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()
|
BetaWas this translation helpful?Give feedback.