File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " powerbi-report-component" ,
33 "version" : " 2.4.1" ,
4- "description" : " It's a minimalistic react component to embed a Microsoft PowerBI report or dashboard into your react application." ,
4+ "description" : " It's a minimalistic react component to embed a Microsoft PowerBI report, dashboard or tile into your react application." ,
55 "main" : " lib/index.js" ,
66 "types" : " lib/index.d.ts" ,
77 "scripts" : {
2020 " embed" ,
2121 " report" ,
2222 " dashboard" ,
23- " tile"
23+ " tile" ,
24+ " report visual" ,
25+ " powerbi-reports"
2426 ],
2527 "license" : " MIT" ,
2628 "peerDependencies" : {
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ const UseReportDemo = () => {
9696 < Info title = "Why the warning?" titleType = "warning" key = "info" >
9797 < Text >
9898 We show the report tab as default to ensure that the
99- "reportRef" set. Currently useReport is supported for only
99+ "reportRef" is set. Currently useReport is supported for only
100100 embedType "report".
101101 </ Text >
102102 < Button
You can’t perform that action at this time.
0 commit comments