Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Dec 30, 2024
1 parent 58430aa commit e392938
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src-object-selector/src/web-component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export const normalizeAttribute = (attribute: string): string => {
};

class SubscriptionWebComponent extends HTMLElement {
// eslint-disable-next-line @typescript-eslint/no-redundant-type-constituents
private root: ReactDOM.Root | null = null;
// is called when the element is created
constructor() {
Expand Down

0 comments on commit e392938

Please sign in to comment.