You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When imported as per the instructions of the component.md, section - ## How to handle props to the component and ## How to handle props to the component, following components give errors.
AnimatedLogin (Reason - component is imported as AnimatedLogin but used as Login)
BreadcrumbsWrapper (Reason - missing [ ] )
CardThemeFour (Reason - unwanted " in title property)
CardThemeFourGrid (Reason - use of '=' instead of ':' )
BarChart (Reason - use of '=' instead of ':' )
CardTile (Reason - component is imported as Card)
DetailCard (Reason - use of '=' instead of ':' )
DetailCardGrid (Reason - component is imported as DetailCardGrid but used in a different name, missing { }, incorrect use of [ ], use of '=' instead of ':')
DocsBanner - No syntax error (Reason - mismatches with the expecting props )
DynamicBanner (Reason - unwanted :, missing { , use of '=' instead of ':', missing ,commas )
11.FeatureCard (Reason - unwanted " in title property)
Animated Login component has the following issues
When imported as per the instructions of the
component
.md, section - ## How to handle props to the component and ## How to handle props to the component, following components give errors.AnimatedLogin (Reason - component is imported as AnimatedLogin but used as Login)
BreadcrumbsWrapper (Reason - missing [ ] )
CardThemeFour (Reason - unwanted " in title property)
CardThemeFourGrid (Reason - use of '=' instead of ':' )
BarChart (Reason - use of '=' instead of ':' )
CardTile (Reason - component is imported as Card)
DetailCard (Reason - use of '=' instead of ':' )
DetailCardGrid (Reason - component is imported as DetailCardGrid but used in a different name, missing { }, incorrect use of [ ], use of '=' instead of ':')
DocsBanner - No syntax error (Reason - mismatches with the expecting props )
DynamicBanner (Reason - unwanted :, missing { , use of '=' instead of ':', missing ,commas )
11.FeatureCard (Reason - unwanted " in title property)
12.FooterLarge (Reason - missing { }s, misuse of [], missing ,comma)
13.FooterThemeFive (Reason - missing { }s, misuse of [], missing ,comma , use of '=' instead of ':', necessary ,commas)
The text was updated successfully, but these errors were encountered: