diff --git a/sparkle/package.json b/sparkle/package.json index 5feea59598676..8bf09a9052797 100644 --- a/sparkle/package.json +++ b/sparkle/package.json @@ -1,6 +1,6 @@ { "name": "@dust-tt/sparkle", - "version": "0.2.49", + "version": "0.2.48", "scripts": { "build": "rm -rf dist && rollup -c", "build:with-tw-base": "rollup -c --environment INCLUDE_TW_BASE:true", diff --git a/sparkle/src/components/Modal.tsx b/sparkle/src/components/Modal.tsx index 634a30646f384..abf3eb46b7ae6 100644 --- a/sparkle/src/components/Modal.tsx +++ b/sparkle/src/components/Modal.tsx @@ -125,7 +125,6 @@ export function Modal({ leave="s-ease-in s-duration-150" leaveFrom="s-opacity-100" leaveTo="s-opacity-0" - appear={true} >
@@ -140,7 +139,6 @@ export function Modal({ leave="s-ease-in s-duration-200" leaveFrom={transitionLeaveFrom} leaveTo={transitionLeaveTo} - appear={true} >