Skip to content

Commit

Permalink
Revert "Address ESLint warning react-hooks/exhaustive-deps"
Browse files Browse the repository at this point in the history
This reverts commit 3f15d73.
  • Loading branch information
colorful-tones committed May 24, 2024
1 parent 1ea02ed commit b4a137d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor/src/components/provider/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ export const ExperimentalEditorProvider = withRegistryProvider(
}
);
}
} );
}, [] );

// Synchronizes the active post with the state
useEffect( () => {
Expand Down

0 comments on commit b4a137d

Please sign in to comment.