-
-
Notifications
You must be signed in to change notification settings - Fork 97
Open
Description
Hi, getting following errors in typescript
// Other import statements
import { SizeMe } from "react-sizeme";
<SizeMe
monitorWidth
render={({ size }) => (
<div className={`half-width-card ${size?.width < 850 ? "flex-direction" : ""}`}>
<CardComponent
key={CALL_AI_LOCATION_TRAFFIC_BY_TIME_INTERNAL}
reportsDetails={reportDetails?.[CALL_AI_LOCATION_TRAFFIC_BY_TIME_INTERNAL] || reportConfigs?.[CALL_AI_LOCATION_TRAFFIC_BY_TIME_INTERNAL]}
dispatch={dispatch}
handleAPICall={this.handleAPICall}
filterData={filterData}
fullWidth={false}
router={router}
customFullWidth
size={size}
/>
<CardComponent
key={CALL_AI_LOCATION_CUSTOMER_TYPE_INTERNAL}
reportsDetails={reportDetails?.[CALL_AI_LOCATION_CUSTOMER_TYPE_INTERNAL] || reportConfigs?.[CALL_AI_LOCATION_CUSTOMER_TYPE_INTERNAL]}
dispatch={dispatch}
handleAPICall={this.handleAPICall}
filterData={filterData}
fullWidth={false}
router={router}
customFullWidth
size={size}
/>
</div>
)}
/>
Metadata
Metadata
Assignees
Labels
No labels