Skip to content

Commit

Permalink
fix: fixing error during feilds loading
Browse files Browse the repository at this point in the history
  • Loading branch information
cb-sourabh committed Oct 15, 2024
1 parent b27f6c6 commit a6a49ae
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions chargebee-js-react/src/components/Element.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,6 @@ export default class Element extends React.Component<ElementProps> {
}
}

componentWillUnmount() {
this.field.destroy();
}

focus() {
this.field.focus();
}
Expand Down

0 comments on commit a6a49ae

Please sign in to comment.