pierrejeambrun commented on code in PR #55641:
URL: https://github.com/apache/airflow/pull/55641#discussion_r2853161972


##########
providers/edge3/src/airflow/providers/edge3/plugins/www/src/components/ui/toaster.tsx:
##########
@@ -16,9 +16,29 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-import { createToaster } from "@chakra-ui/react";
+import { Toaster as ChakraToaster, Portal, Spinner, Stack, Toast, 
createToaster } from "@chakra-ui/react";
 
 export const toaster = createToaster({
   pauseOnPageIdle: true,
   placement: "bottom-end",
 });
+
+export const Toaster = () => {
+  return (
+    <Portal>

Review Comment:
   @jscheffl Care to try this and see if this solves your problem?



-- 
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]

Reply via email to