Skip to content

Commit

Permalink
feat: remove renderComponentList in favour of overrides API
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvxd committed Dec 11, 2023
1 parent 60f317f commit 97f65e3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/core/components/Puck/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ export function Puck({
onPublish,
plugins = [],
customUi = {},
renderComponentList,
renderHeader,
renderHeaderActions,
headerTitle,
Expand All @@ -59,11 +58,6 @@ export function Puck({
onPublish?: (data: Data) => void;
plugins?: Plugin[];
customUi?: Partial<CustomUi>;
renderComponentList?: (props: {
children: ReactNode;
dispatch: (action: PuckAction) => void;
state: AppState;
}) => ReactElement;
renderHeader?: (props: {
children: ReactNode;
dispatch: (action: PuckAction) => void;
Expand Down

0 comments on commit 97f65e3

Please sign in to comment.