djc4200

cantbuild

Mar 2nd, 2023
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 38.10 KB | None | 0 0
  1.  
  2. > tsc && vite build
  3.  
  4. src/base-components/Headless/Disclosure/index.tsx(144,7): error TS2322: Type '{ children: ReactNode | ((bag: ButtonRenderPropArg) => ReactElement<any, string | JSXElementConstructor<any>>); ... 218 more ...; onClick: () => void; }' is not assignable to type 'IntrinsicAttributes & CleanProps<"symbol" | "object" | "svg" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | ... 163 more ... | FunctionComponent<...>, ButtonPropsWeControl> & OurProps<...> & { ...; } & { ...; }'.
  5. Property 'onClick' does not exist on type 'IntrinsicAttributes & CleanProps<"symbol" | "object" | "svg" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | ... 163 more ... | FunctionComponent<...>, ButtonPropsWeControl> & OurProps<...> & { ...; } & { ...; }'.
  6. src/base-components/Headless/Tab/index.tsx(31,10): error TS2322: Type '{ children: Element; style?: any; color?: any; id?: any; lang?: any; 'aria-activedescendant'?: any; 'aria-atomic'?: any; 'aria-autocomplete'?: any; 'aria-busy'?: any; 'aria-checked'?: any; 'aria-colcount'?: any; ... 207 more ...; className: string; }' is not assignable to type 'DetailedHTMLProps<LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>'.
  7. Type '{ children: Element; style?: any; color?: any; id?: any; lang?: any; 'aria-activedescendant'?: any; 'aria-atomic'?: any; 'aria-autocomplete'?: any; 'aria-busy'?: any; 'aria-checked'?: any; 'aria-colcount'?: any; ... 207 more ...; className: string; }' is not assignable to type 'ClassAttributes<HTMLLIElement>'.
  8. Types of property 'ref' are incompatible.
  9. Type 'Ref<HTMLElement> | undefined' is not assignable to type 'LegacyRef<HTMLLIElement> | undefined'.
  10. Type 'RefObject<HTMLElement>' is not assignable to type 'LegacyRef<HTMLLIElement> | undefined'.
  11. Type 'RefObject<HTMLElement>' is not assignable to type 'RefObject<HTMLLIElement>'.
  12. Type 'HTMLElement' is missing the following properties from type 'HTMLLIElement': type, value
  13. src/base-components/Headless/Tab/index.tsx(177,11): error TS2322: Type '"div"' is not assignable to type '"symbol"'.
  14. src/base-components/Litepicker/litepicker.ts(5,11): error TS2430: Interface 'Picker' incorrectly extends interface 'Litepicker'.
  15. Types of property 'on' are incompatible.
  16. Type '((event: string, cb: (startDate: { dateInstance: Date; }, endDate: { dateInstance: Date; }) => void) => {}) | undefined' is not assignable to type '(eventName: string | symbol, listener: (...args: any[]) => void) => this'.
  17. Type 'undefined' is not assignable to type '(eventName: string | symbol, listener: (...args: any[]) => void) => this'.
  18. src/pages/BlogLayout1/index.tsx(65,19): error TS2322: Type '{ children: Element; tag: string; href: string; className: string; }' is not assignable to type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  19. Property 'tag' does not exist on type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  20. src/pages/BlogLayout2/index.tsx(66,21): error TS2322: Type '{ children: Element; as: "a"; href: string; className: string; }' is not assignable to type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  21. Property 'href' does not exist on type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'. Did you mean 'ref'?
  22. src/pages/ChangePassword/index.tsx(33,30): error TS2322: Type '{ children: Element; tag: string; className: string; href: string; }' is not assignable to type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  23. Property 'tag' does not exist on type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  24. src/pages/Chat/index.tsx(191,67): error TS2322: Type '{ children: Element; as: "a"; className: string; href: string; }' is not assignable to type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  25. Property 'href' does not exist on type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'. Did you mean 'ref'?
  26. src/pages/Chat/index.tsx(229,67): error TS2322: Type '{ children: Element; as: "a"; className: string; href: string; }' is not assignable to type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  27. Property 'href' does not exist on type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'. Did you mean 'ref'?
  28. src/pages/Chat/index.tsx(268,67): error TS2322: Type '{ children: Element; as: "a"; className: string; href: string; }' is not assignable to type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  29. Property 'href' does not exist on type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'. Did you mean 'ref'?
  30. src/pages/Chat/index.tsx(306,67): error TS2322: Type '{ children: Element; as: "a"; className: string; href: string; }' is not assignable to type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  31. Property 'href' does not exist on type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'. Did you mean 'ref'?
  32. src/pages/Chat/index.tsx(344,67): error TS2322: Type '{ children: Element; as: "a"; className: string; href: string; }' is not assignable to type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  33. Property 'href' does not exist on type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'. Did you mean 'ref'?
  34. src/pages/Chat/index.tsx(466,25): error TS2322: Type '{ children: Element; as: "a"; href: string; className: string; }' is not assignable to type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  35. Property 'href' does not exist on type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'. Did you mean 'ref'?
  36. src/pages/Chat/index.tsx(502,25): error TS2322: Type '{ children: Element; as: "a"; href: string; className: string; }' is not assignable to type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  37. Property 'href' does not exist on type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'. Did you mean 'ref'?
  38. src/pages/Chat/index.tsx(527,25): error TS2322: Type '{ children: Element; as: "a"; href: string; className: string; }' is not assignable to type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  39. Property 'href' does not exist on type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'. Did you mean 'ref'?
  40. src/pages/Chat/index.tsx(565,25): error TS2322: Type '{ children: Element; as: "a"; href: string; className: string; }' is not assignable to type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  41. Property 'href' does not exist on type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'. Did you mean 'ref'?
  42. src/pages/Chat/index.tsx(619,25): error TS2322: Type '{ children: Element; as: "a"; href: string; className: string; }' is not assignable to type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  43. Property 'href' does not exist on type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'. Did you mean 'ref'?
  44. src/pages/Chat/index.tsx(644,25): error TS2322: Type '{ children: Element; as: "a"; href: string; className: string; }' is not assignable to type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  45. Property 'href' does not exist on type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'. Did you mean 'ref'?
  46. src/pages/Chat/index.tsx(706,25): error TS2322: Type '{ children: Element; as: "a"; href: string; className: string; }' is not assignable to type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  47. Property 'href' does not exist on type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'. Did you mean 'ref'?
  48. src/pages/DashboardOverview1/index.tsx(238,21): error TS2322: Type '{ children: (string | Element)[]; as: ButtonComponent; variant: string; className: string; }' is not assignable to type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  49. Property 'variant' does not exist on type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  50. src/pages/DashboardOverview2/index.tsx(205,25): error TS2322: Type '{ children: Element; as: "a"; className: string; href: string; }' is not assignable to type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  51. Property 'href' does not exist on type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'. Did you mean 'ref'?
  52. src/pages/DashboardOverview3/index.tsx(59,57): error TS2322: Type '{ children: Element; as: "a"; className: string; href: string; }' is not assignable to type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  53. Property 'href' does not exist on type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'. Did you mean 'ref'?
  54. src/pages/DashboardOverview3/index.tsx(130,21): error TS2322: Type '{ children: (string | Element)[]; as: ButtonComponent; variant: string; rounded: true; className: string; }' is not assignable to type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  55. Property 'variant' does not exist on type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  56. src/pages/DashboardOverview4/index.tsx(84,25): error TS2322: Type '{ children: Element[]; variant: "pills"; className: string; role: string; }' is not assignable to type 'IntrinsicAttributes & CleanProps<ElementType<any>, ListPropsWeControl> & OurProps<ElementType<any>, ListRenderPropArg> & { ...; } & { ...; } & { ...; }'.
  57. Property 'role' does not exist on type 'IntrinsicAttributes & CleanProps<ElementType<any>, ListPropsWeControl> & OurProps<ElementType<any>, ListRenderPropArg> & { ...; } & { ...; } & { ...; }'.
  58. src/pages/Datepicker/index.tsx(297,31): error TS2322: Type '{ children: Element; as: "a"; className: string; href: string; }' is not assignable to type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  59. Property 'href' does not exist on type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'. Did you mean 'ref'?
  60. src/pages/Dropdown/index.tsx(48,50): error TS2322: Type '{ children: string; as: ButtonComponent; variant: string; }' is not assignable to type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  61. Property 'variant' does not exist on type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  62. src/pages/Dropdown/index.tsx(105,50): error TS2322: Type '{ children: string; as: ButtonComponent; variant: string; }' is not assignable to type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  63. Property 'variant' does not exist on type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  64. src/pages/Dropdown/index.tsx(234,50): error TS2322: Type '{ children: string; as: ButtonComponent; variant: string; }' is not assignable to type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  65. Property 'variant' does not exist on type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  66. src/pages/Dropdown/index.tsx(305,57): error TS2322: Type '{ children: (string | Element)[]; as: ButtonComponent; variant: string; }' is not assignable to type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  67. Property 'variant' does not exist on type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  68. src/pages/Dropdown/index.tsx(446,50): error TS2322: Type '{ children: string; as: ButtonComponent; variant: string; }' is not assignable to type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  69. Property 'variant' does not exist on type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  70. src/pages/Dropdown/index.tsx(509,50): error TS2322: Type '{ children: string; as: ButtonComponent; variant: string; }' is not assignable to type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  71. Property 'variant' does not exist on type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  72. src/pages/Dropdown/index.tsx(606,27): error TS2322: Type '{ children: string; as: ButtonComponent; variant: string; className: string; }' is not assignable to type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  73. Property 'variant' does not exist on type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  74. src/pages/Dropdown/index.tsx(619,27): error TS2322: Type '{ children: string; as: ButtonComponent; variant: string; className: string; }' is not assignable to type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  75. Property 'variant' does not exist on type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  76. src/pages/Dropdown/index.tsx(632,27): error TS2322: Type '{ children: string; as: ButtonComponent; variant: string; className: string; }' is not assignable to type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  77. Property 'variant' does not exist on type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  78. src/pages/Dropdown/index.tsx(645,27): error TS2322: Type '{ children: string; as: ButtonComponent; variant: string; className: string; }' is not assignable to type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  79. Property 'variant' does not exist on type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  80. src/pages/Dropdown/index.tsx(658,27): error TS2322: Type '{ children: string; as: ButtonComponent; variant: string; className: string; }' is not assignable to type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  81. Property 'variant' does not exist on type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  82. src/pages/Dropdown/index.tsx(671,27): error TS2322: Type '{ children: string; as: ButtonComponent; variant: string; className: string; }' is not assignable to type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  83. Property 'variant' does not exist on type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  84. src/pages/Dropdown/index.tsx(684,27): error TS2322: Type '{ children: string; as: ButtonComponent; variant: string; className: string; }' is not assignable to type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  85. Property 'variant' does not exist on type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  86. src/pages/Dropdown/index.tsx(697,27): error TS2322: Type '{ children: string; as: ButtonComponent; variant: string; className: string; }' is not assignable to type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  87. Property 'variant' does not exist on type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  88. src/pages/Dropdown/index.tsx(710,27): error TS2322: Type '{ children: string; as: ButtonComponent; variant: string; className: string; }' is not assignable to type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  89. Property 'variant' does not exist on type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  90. src/pages/Dropdown/index.tsx(723,27): error TS2322: Type '{ children: string; as: ButtonComponent; variant: string; className: string; }' is not assignable to type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  91. Property 'variant' does not exist on type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  92. src/pages/Dropdown/index.tsx(736,27): error TS2322: Type '{ children: string; as: ButtonComponent; variant: string; className: string; }' is not assignable to type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  93. Property 'variant' does not exist on type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  94. src/pages/Dropdown/index.tsx(749,27): error TS2322: Type '{ children: string; as: ButtonComponent; variant: string; className: string; }' is not assignable to type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  95. Property 'variant' does not exist on type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  96. src/pages/FileManager/index.tsx(118,19): error TS2322: Type '{ children: Element; as: "a"; role: string; className: string; href: string; }' is not assignable to type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  97. Property 'href' does not exist on type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'. Did you mean 'ref'?
  98. src/pages/FileManager/index.tsx(270,67): error TS2322: Type '{ children: Element; as: "a"; className: string; href: string; }' is not assignable to type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  99. Property 'href' does not exist on type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'. Did you mean 'ref'?
  100. src/pages/Inbox/index.tsx(121,19): error TS2322: Type '{ children: Element; as: "a"; role: string; className: string; href: string; }' is not assignable to type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  101. Property 'href' does not exist on type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'. Did you mean 'ref'?
  102. src/pages/Inbox/index.tsx(242,58): error TS2322: Type '{ children: Element; className: string; href: string; }' is not assignable to type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  103. Property 'href' does not exist on type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'. Did you mean 'ref'?
  104. src/pages/Modal/index.tsx(992,68): error TS2322: Type '{ children: Element; className: string; href: string; }' is not assignable to type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  105. Property 'href' does not exist on type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'. Did you mean 'ref'?
  106. src/pages/Post/index.tsx(49,15): error TS2322: Type '{ children: (string | Element)[]; as: ButtonComponent; variant: string; className: string; }' is not assignable to type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  107. Property 'variant' does not exist on type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  108. src/pages/Post/index.tsx(233,19): error TS2322: Type '{ children: Element[]; as: ButtonComponent; variant: string; className: string; role: string; }' is not assignable to type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  109. Property 'variant' does not exist on type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  110. src/pages/ProfileOverview1/index.tsx(117,34): error TS2322: Type '{ children: Element; tag: string; className: string; href: string; }' is not assignable to type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  111. Property 'tag' does not exist on type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  112. src/pages/ProfileOverview1/index.tsx(209,34): error TS2322: Type '{ children: Element; tag: string; className: string; href: string; }' is not assignable to type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  113. Property 'tag' does not exist on type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  114. src/pages/ProfileOverview1/index.tsx(306,34): error TS2322: Type '{ children: Element; tag: string; className: string; href: string; }' is not assignable to type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  115. Property 'tag' does not exist on type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  116. src/pages/ProfileOverview1/index.tsx(398,34): error TS2322: Type '{ children: Element; tag: string; className: string; href: string; }' is not assignable to type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  117. Property 'tag' does not exist on type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  118. src/pages/ProfileOverview1/index.tsx(477,60): error TS2322: Type '{ children: Element; className: string; href: string; }' is not assignable to type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  119. Property 'href' does not exist on type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'. Did you mean 'ref'?
  120. src/pages/ProfileOverview2/index.tsx(127,34): error TS2322: Type '{ children: Element; tag: string; className: string; href: string; }' is not assignable to type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  121. Property 'tag' does not exist on type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  122. src/pages/ProfileOverview2/index.tsx(154,36): error TS2322: Type '{ children: Element; tag: string; className: string; href: string; }' is not assignable to type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  123. Property 'tag' does not exist on type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  124. src/pages/ProfileOverview2/index.tsx(185,36): error TS2322: Type '{ children: Element; tag: string; className: string; href: string; }' is not assignable to type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  125. Property 'tag' does not exist on type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  126. src/pages/ProfileOverview2/index.tsx(212,36): error TS2322: Type '{ children: Element; tag: string; className: string; href: string; }' is not assignable to type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  127. Property 'tag' does not exist on type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  128. src/pages/ProfileOverview2/index.tsx(240,34): error TS2322: Type '{ children: Element; tag: string; className: string; href: string; }' is not assignable to type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  129. Property 'tag' does not exist on type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  130. src/pages/ProfileOverview2/index.tsx(337,34): error TS2322: Type '{ children: Element; tag: string; className: string; href: string; }' is not assignable to type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  131. Property 'tag' does not exist on type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  132. src/pages/ProfileOverview2/index.tsx(429,34): error TS2322: Type '{ children: Element; tag: string; className: string; href: string; }' is not assignable to type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  133. Property 'tag' does not exist on type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  134. src/pages/ProfileOverview3/index.tsx(64,30): error TS2322: Type '{ children: Element; tag: string; className: string; href: string; }' is not assignable to type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  135. Property 'tag' does not exist on type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  136. src/pages/ProfileOverview3/index.tsx(194,32): error TS2322: Type '{ children: Element; tag: string; className: string; href: string; }' is not assignable to type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  137. Property 'tag' does not exist on type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  138. src/pages/ProfileOverview3/index.tsx(579,32): error TS2322: Type '{ children: Element; tag: string; className: string; href: string; }' is not assignable to type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  139. Property 'tag' does not exist on type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  140. src/pages/ProfileOverview3/index.tsx(710,32): error TS2322: Type '{ children: Element; tag: string; className: string; href: string; }' is not assignable to type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  141. Property 'tag' does not exist on type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  142. src/pages/ProfileOverview3/index.tsx(820,32): error TS2322: Type '{ children: Element; tag: string; className: string; href: string; }' is not assignable to type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  143. Property 'tag' does not exist on type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  144. src/pages/ProfileOverview3/index.tsx(920,21): error TS2322: Type '{ children: Element; tag: string; className: string; href: string; }' is not assignable to type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  145. Property 'tag' does not exist on type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  146. src/pages/ProfileOverview3/index.tsx(931,21): error TS2322: Type '{ children: (string | Element)[]; as: ButtonComponent; variant: string; className: string; }' is not assignable to type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  147. Property 'variant' does not exist on type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  148. src/pages/ProfileOverview3/index.tsx(974,23): error TS2322: Type '{ children: (string | Element)[]; as: ButtonComponent; variant: string; className: string; }' is not assignable to type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  149. Property 'variant' does not exist on type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  150. src/pages/Slideover/index.tsx(496,23): error TS2322: Type '{ children: Element; backdrop: string; open: boolean; onClose: () => void; }' is not assignable to type 'IntrinsicAttributes & ((DialogProps<ElementType<any>> & { ref?: Ref<HTMLDivElement> | undefined; }) & { ...; })'.
  151. Property 'backdrop' does not exist on type 'IntrinsicAttributes & ((DialogProps<ElementType<any>> & { ref?: Ref<HTMLDivElement> | undefined; }) & { ...; })'.
  152. src/pages/Slideover/index.tsx(800,23): error TS2322: Type '{ children: Element; backdrop: string; open: boolean; onClose: () => void; }' is not assignable to type 'IntrinsicAttributes & ((DialogProps<ElementType<any>> & { ref?: Ref<HTMLDivElement> | undefined; }) & { ...; })'.
  153. Property 'backdrop' does not exist on type 'IntrinsicAttributes & ((DialogProps<ElementType<any>> & { ref?: Ref<HTMLDivElement> | undefined; }) & { ...; })'.
  154. src/pages/Slideover/index.tsx(833,31): error TS2322: Type '{ children: Element; as: "a"; className: string; href: string; }' is not assignable to type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  155. Property 'href' does not exist on type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'. Did you mean 'ref'?
  156. src/pages/Tabulator/index.tsx(452,17): error TS2322: Type '{ children: (string | Element)[]; as: ButtonComponent; variant: string; className: string; }' is not assignable to type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  157. Property 'variant' does not exist on type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  158. src/pages/UpdateProfile/index.tsx(43,30): error TS2322: Type '{ children: Element; tag: string; className: string; href: string; }' is not assignable to type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  159. Property 'tag' does not exist on type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  160. src/pages/UsersLayout3/index.tsx(77,32): error TS2322: Type '{ children: Element; tag: string; className: string; href: string; }' is not assignable to type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  161. Property 'tag' does not exist on type 'IntrinsicAttributes & CleanProps<ElementType<any>, ButtonPropsWeControl> & OurProps<ElementType<any>, ButtonRenderPropArg> & { ...; } & { ...; }'.
  162.  
Advertisement
Add Comment
Please, Sign In to add comment