Skip to content

Commit

Permalink
chore: reinstate flush zones
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvxd committed Dec 11, 2023
1 parent 295251c commit 51a15fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/components/Puck/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ export function Puck({

const [appState, dispatch] = useReducer<StateReducer>(
reducer,
initialAppState
flushZones(initialAppState)
);

const { data, ui } = appState;
Expand Down

0 comments on commit 51a15fd

Please sign in to comment.