Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Aug 28, 2022
1 parent 69dfb2f commit 7aff1d4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/toolpad-core/src/runtime.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,8 @@ export const NodeRuntimeContext = React.createContext<string | null>(null);
// React elements to the fibers.
interface SlotsWrapperProps {
children?: React.ReactNode;
// eslint-disable-next-line react/no-unused-prop-types
[RUNTIME_PROP_SLOTS]: string;
// eslint-disable-next-line react/no-unused-prop-types
slotType: SlotType;
// eslint-disable-next-line react/no-unused-prop-types
parentId: string;
}

Expand All @@ -42,9 +39,7 @@ function SlotsWrapper({ children }: SlotsWrapperProps) {
}

interface PlaceholderWrapperProps {
// eslint-disable-next-line react/no-unused-prop-types
[RUNTIME_PROP_SLOTS]: string;
// eslint-disable-next-line react/no-unused-prop-types
parentId: string;
}

Expand Down

0 comments on commit 7aff1d4

Please sign in to comment.