We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ecaf5d commit a2fce97Copy full SHA for a2fce97
1 file changed
vscode/react/src/components/graph/ModelColumns.tsx
@@ -703,6 +703,7 @@ function ColumnSource({
703
/>
704
<Transition
705
show={isShowing}
706
+ // @ts-ignore
707
as={Fragment}
708
enter="transition ease-out duration-200"
709
enterFrom="opacity-0 -translate-y-[40%]"
0 commit comments