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
This commit is contained in:
Aaron Greenwald 2019-08-28 18:22:06 +03:00 коммит произвёл GitHub
Родитель 7d5c0538aa
Коммит d280b470e2
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 1 добавлений и 3 удалений

Просмотреть файл

@ -1,7 +1,7 @@
{
"$schema": "../../node_modules/ng-packagr/package.schema.json",
"name": "@angular-react/fabric",
"version": "1.2.0-alpha.1",
"version": "1.2.0-alpha.2",
"ngPackage": {
"lib": {
"entryFile": "public-api.ts",

Просмотреть файл

@ -22,7 +22,6 @@ import { ICalloutPositionedInfo } from 'office-ui-fabric-react/lib/utilities/pos
template: `
<Callout
#reactNode
[componentRef]="componentRef"
[target]="target"
[directionalHint]="directionalHint"
[directionalHintForRTL]="directionalHintForRTL"

Просмотреть файл

@ -22,7 +22,6 @@ import { IImageProps, ImageLoadState } from 'office-ui-fabric-react/lib/Image';
<!-- prettier-ignore -->
<Image
#reactNode
[componentRef]="componentRef"
[alt]="alt"
[crossOrigin]="crossOrigin"
[height]="height"