Skip to content

Commit

Permalink
Remove for 5.7->5.6 typescript downgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Nov 23, 2024
1 parent 7e2f266 commit a402dd7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/core/ReExports/modules.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ const LazyMUICore = Object.fromEntries(
Object.entries(Entries).map(([key, ReactComponent]) => {
const Component = React.forwardRef((props: any, ref) => (
<Suspense fallback={null}>
{/* @ts-expect-error */}
<ReactComponent {...props} ref={ref} />
</Suspense>
))
Expand Down

0 comments on commit a402dd7

Please sign in to comment.