Notifications Broken when adding an extesion #16201
-
I am suffering a weird issue I don't know how to solve or debug. I created a Hello World extension and tried in both electron and browser. I can use the command and see the notifications. However, as soon as I create a new extensión (I used yo theia-extension standalone) I start not being able to see the message pop-up. I can see the notifications Bell wirh a number 1 but nothing else happens. This happenes while copying some code to modify AboutDialog that uses react from Theia IDE. Could this be related? Even if I delete the new extensión the problem persists. What can I do to debug the issue? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hey @davidfornas, Do you get any errors in the browser dev console when the application starts or when the notification triggers/should appear? |
Beta Was this translation helpful? Give feedback.
I see, that might explain it? Theia itself is using
react@18.2.0
:theia/packages/core/package.json
Lines 60 to 61 in 1539178
You can import react directly from Theia by importing from
'@theia/core/shared/react'
. If that doesn't work, please provide a reproducible example.