瀏覽代碼

chore: update sonner (toast) (#4572)

JonZeolla 4 月之前
父節點
當前提交
72a60f074b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      reflex/components/sonner/toast.py

+ 1 - 1
reflex/components/sonner/toast.py

@@ -167,7 +167,7 @@ class ToastProps(PropsBase, NoExtrasAllowedProps):
 class Toaster(Component):
     """A Toaster Component for displaying toast notifications."""
 
-    library: str = "sonner@1.5.0"
+    library: str = "sonner@1.7.1"
 
     tag = "Toaster"