jscheffl commented on code in PR #55641:
URL: https://github.com/apache/airflow/pull/55641#discussion_r2855589206
##########
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:
Sorry, was a bit over-loaded these days. (Just at work in process to upgrade
to Airflow 3...you know this is a bit of a burden...). Can attempt it hopefully
in a few days.
--
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]