refactor doc #14
Annotations
1 warning
build:
src/components/Editor.tsx#L20
The 'editor' object construction makes the dependencies of useEffect Hook (at line 34) change on every render. To fix this, wrap the initialization of 'editor' in its own useMemo() Hook
|