Skip to content

Commit

Permalink
Make sure this.props.Dropin is available
Browse files Browse the repository at this point in the history
  • Loading branch information
sponglord committed Sep 20, 2023
1 parent b27256e commit bcb83dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lib/src/components/UIElement.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export abstract class UIElement<P extends UIElementProps = any> extends BaseElem
this.elementRef = (props && props.elementRef) || this;
this.resources = this.props.modules ? this.props.modules.resources : undefined;

this.storeElementRefOnCore(props);
this.storeElementRefOnCore(this.props);
}

protected override buildElementProps(componentProps: P) {
Expand Down

0 comments on commit bcb83dc

Please sign in to comment.