You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using React with typescript.
I want to use a custom created widget and I am following this tutorial but when I run my application the custom widget isn't rendered.
However, the weird part is: when I run my website with a compile error due to a syntax error in CustomWidget.ts, fix the error and hotreload it, the custom widget is displayed on my website but disappears again when I reload it.
I probably think it would be easier if I post my code as well but it has almost 100 lines so I'm not sure if I should paste it in my question as well
The text was updated successfully, but these errors were encountered:
Hello,
I am using React with typescript.
I want to use a custom created widget and I am following this tutorial but when I run my application the custom widget isn't rendered.
However, the weird part is: when I run my website with a compile error due to a syntax error in CustomWidget.ts, fix the error and hotreload it, the custom widget is displayed on my website but disappears again when I reload it.
I probably think it would be easier if I post my code as well but it has almost 100 lines so I'm not sure if I should paste it in my question as well
The text was updated successfully, but these errors were encountered: