Skip to content

refactor doc

refactor doc #14

Triggered via push November 24, 2024 02:17
Status Success
Total duration 44s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

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