Skip to content

Commit d280b47

Browse files
fix|remove componentRef prop from Image, Callout (#136)
it was removed from office-ui-fabric-react sometime between 6.151.0 and 6.200.0
1 parent 7d5c053 commit d280b47

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

libs/fabric/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "../../node_modules/ng-packagr/package.schema.json",
33
"name": "@angular-react/fabric",
4-
"version": "1.2.0-alpha.1",
4+
"version": "1.2.0-alpha.2",
55
"ngPackage": {
66
"lib": {
77
"entryFile": "public-api.ts",

libs/fabric/src/lib/components/callout/callout.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ import { ICalloutPositionedInfo } from 'office-ui-fabric-react/lib/utilities/pos
2222
template: `
2323
<Callout
2424
#reactNode
25-
[componentRef]="componentRef"
2625
[target]="target"
2726
[directionalHint]="directionalHint"
2827
[directionalHintForRTL]="directionalHintForRTL"

libs/fabric/src/lib/components/image/image.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ import { IImageProps, ImageLoadState } from 'office-ui-fabric-react/lib/Image';
2222
<!-- prettier-ignore -->
2323
<Image
2424
#reactNode
25-
[componentRef]="componentRef"
2625
[alt]="alt"
2726
[crossOrigin]="crossOrigin"
2827
[height]="height"

0 commit comments

Comments
 (0)