We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec6a2aa commit d45d092Copy full SHA for d45d092
libs/react-ng-wrapper/src/lib/react-ng-wrapper.tsx
@@ -36,7 +36,7 @@ export class ReactNgWrapper<T, U = any> extends React.Component<U, { selector: s
36
}
37
38
this.state = {
39
- selector: this._componentDef ? this._componentDef.selectors[0][0] as string : '',
+ selector: this._componentDef.selectors[0][0] as string,
40
propChanged: new Set<string>()
41
};
42
0 commit comments