-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Description
Many instances of duplicated code found in the codebase.
Examples
Editor
andEditorFallback
are almost duplicates. Even the utils used in them are duplicates.Sandbox
andContentState
manage the same state. The management should be refactored into a single hook and context provider to avoid duplication.
Acceptance criteria
- Find instances of duplicated code. (Usage of WebStorm's inspect code feature will be very useful )
- Delete or refactor duplicate code.
Metadata
Metadata
Assignees
Labels
No labels