jscheffl opened a new pull request, #55641: URL: https://github.com/apache/airflow/pull/55641
There is a teething problem that the Chakra "Toast" component is not working in Edge React UI. I need some React Expertise to fix it seems. @shubhamraj-git / @bbovenzi / @pierrejeambrun HELP :-D To make this reprodicible I made two toasters: 1 in the Navbar and one in te Edge UI plugin. How to see the error: 1. Take this branch 2. Run it locally via `breeze start-airflow --python 3.12 --backend postgres --executor EdgeExecutor --load-example-dags` 3. Open the Web UI and after login on the start page, click on the "Toast" button in the Navbar - all OK 4. Navifate to "Admin" -> "Edge Worker Hosts" (Which is the React Plugin) 5. Click the same button --> Does not respond. See JavaScript console that logs are written and no errors 6. Attempt to click on the Toaster Test button in the Plugin itself, also not working 7. Same if you use the IFrame plugin in "Docs" -> "Edge API Docs", also there the Toaster in Navbar is not working Is this a limitation of the plugin concept or a bug in my Plugin? How can the Toaster be made working? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
