react-spa-laravel-typescript icon indicating copy to clipboard operation
react-spa-laravel-typescript copied to clipboard

TypeScript error

Open RadeGlobaxy opened this issue 4 years ago • 3 comments

Hi, I just installed your app but there is error like:

TypeScript error in C:/Users/Rade/Desktop/react-spa-laravel-typescript-master/client/src/pages/homepage/index.tsx(10,10):
Type '{ children: Element; }' has no properties in common with type 'IntrinsicAttributes & Pick<ClassAttributes<Layout> & Props, "ref" | "key">'.  TS2559

     8 |     return (
     9 |       <div className="wrapper">
  > 10 |         <Layout>
       |          ^
    11 |           <Content title="Dashboard">
    12 |             <Home />
    13 |           </Content>

RadeGlobaxy avatar Sep 16 '20 14:09 RadeGlobaxy

Hi, same error for me.

pbracs avatar Oct 08 '20 10:10 pbracs

Hi, I error too. please help

chhorvon avatar Mar 14 '21 16:03 chhorvon

hello guys does any one fixed the error

prolaxu avatar Nov 24 '21 09:11 prolaxu