Skip to content

Commit 4eae2c1

Browse files
committed
fix: linting
1 parent ac52eba commit 4eae2c1

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/components/Activity.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import * as React from "react";
22
import { Show } from "./Show";
33

4+
// eslint-disable-next-line react-refresh/only-export-components
45
function ActivityPolyfill({ children, mode }: React.PropsWithChildren<{ mode: "visible" | "hidden" }>) {
56
return <Show when={mode === "visible"} mode="visibility">{children}</Show>
67
}

src/components/MatchOption.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable react-refresh/only-export-components */
12
import { Children, isValidElement } from "react";
23
import { MatchProps, OptionProps } from "../models";
34

0 commit comments

Comments
 (0)