Skip to content

Commit

Permalink
fix: fix build failing due to TS error from transition component
Browse files Browse the repository at this point in the history
  • Loading branch information
mainawycliffe committed Oct 31, 2023
1 parent d68e2dd commit c5c9765
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,9 @@ export default function PlaybooksDropdownMenu({
/>
</Menu.Button>
</div>
{/* @ts-ignore */}
<Transition
as={Fragment}
as={Fragment as any}
enter="transition ease-out duration-100"
enterFrom="transform opacity-0 scale-95"
enterTo="transform opacity-100 scale-100"
Expand Down

0 comments on commit c5c9765

Please sign in to comment.