-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Description
Property 'type' is missing in type '{ data: { labels: string[]; datasets: { label: string; data: number[]; fill: boolean; backgroundColor: string; borderColor: string; }[]; }; options: { scales: { yAxes: { ticks: { beginAtZero: boolean; }; }[]; }; }; }' but required in type 'Props'.
Following example and using a Line component in typescript codebase as such results in error above
<Line data={data} options={options} />
jannisfink, JanderSilv, lamsmallari, johannpayer, tscans and 1 more
Metadata
Metadata
Assignees
Labels
No labels