Guest User

Untitled

a guest
Nov 23rd, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. TS2322: Type '{ type: "title"; color: "inherit"; children: string; }' is not assignable to type 'IntrinsicAttributes & TypographyProps & { children?: ReactNode; }'.
  2. Type '{ type: "title"; color: "inherit"; children: string; }' is not assignable to type 'TypographyProps'.
  3. Property 'classes' is missing in type '{ type: "title"; color: "inherit"; children: string; }'.
  4.  
  5. TS2322: Type '{ children: Element; }' is not assignable to type 'IntrinsicAttributes & ToolbarProps & { children?: ReactNode; }'.
  6. Type '{ children: Element; }' is not assignable to type 'ToolbarProps'.
  7. Property 'classes' is missing in type '{ children: Element; }'
Add Comment
Please, Sign In to add comment