Skip to content

Commit

Permalink
Address ESLint warning react-hooks/exhaustive-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
colorful-tones committed May 17, 2024
1 parent 5b8b8bb commit 3f15d73
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 @@ -249,7 +249,7 @@ export const ExperimentalEditorProvider = withRegistryProvider(
}
);
}
}, [] );
} );

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

0 comments on commit 3f15d73

Please sign in to comment.