Fixed ts-ignore in animation mdx component
This commit is contained in:
		
				
					committed by
					
						
						fabioberger
					
				
			
			
				
	
			
			
			
						parent
						
							4ce7bf56e7
						
					
				
				
					commit
					f2e0fe49f7
				
			@@ -1,6 +1,6 @@
 | 
				
			|||||||
import * as React from 'react';
 | 
					import * as React from 'react';
 | 
				
			||||||
// @ts-ignore
 | 
					
 | 
				
			||||||
const AnimationLoader = React.lazy(() =>
 | 
					const AnimationLoader = React.lazy(async () =>
 | 
				
			||||||
    import('ts/components/docs/animations/animation_loader').then(({ AnimationLoader }) => ({
 | 
					    import('ts/components/docs/animations/animation_loader').then(({ AnimationLoader }) => ({
 | 
				
			||||||
        default: AnimationLoader,
 | 
					        default: AnimationLoader,
 | 
				
			||||||
    })),
 | 
					    })),
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user