Skip to content

Commit d45d092

Browse files
author
Richard Gunning
committed
update selector
1 parent ec6a2aa commit d45d092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/react-ng-wrapper/src/lib/react-ng-wrapper.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export class ReactNgWrapper<T, U = any> extends React.Component<U, { selector: s
3636
}
3737

3838
this.state = {
39-
selector: this._componentDef ? this._componentDef.selectors[0][0] as string : '',
39+
selector: this._componentDef.selectors[0][0] as string,
4040
propChanged: new Set<string>()
4141
};
4242
}

0 commit comments

Comments
 (0)