Update eslint to 8.27.0
This commit is contained in:
parent
c8fb43a846
commit
98ef4c627a
499 changed files with 8995 additions and 8494 deletions
|
@ -9,7 +9,7 @@ type PropsType = {
|
|||
className?: string;
|
||||
};
|
||||
|
||||
export const BackboneHost = ({ View, className }: PropsType): JSX.Element => {
|
||||
export function BackboneHost({ View, className }: PropsType): JSX.Element {
|
||||
const hostRef = useRef<HTMLDivElement | null>(null);
|
||||
const viewRef = useRef<Backbone.View | undefined>(undefined);
|
||||
|
||||
|
@ -35,4 +35,4 @@ export const BackboneHost = ({ View, className }: PropsType): JSX.Element => {
|
|||
<div className={className} ref={hostRef} />
|
||||
</div>
|
||||
);
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue