mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-04-24 03:00:09 -04:00
fix: useEffect dependency
This commit is contained in:
committed by
Scott Stevenson
parent
d27f4dc072
commit
2a65d00832
@@ -45,7 +45,8 @@ export const WYSIWYGEditor: React.FC<Props> = ({
|
||||
if (value != null && value.trim() !== '') {
|
||||
def();
|
||||
}
|
||||
});
|
||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||
}, []);
|
||||
|
||||
return (
|
||||
<Box>
|
||||
|
||||
Reference in New Issue
Block a user