Editor: Eliminate or refactor store notices constants #11202
Labels
Framework
Issues related to broader framework topics, especially as it relates to javascript
Needs Dev
Ready for, and needs developer efforts
[Package] Editor
/packages/editor
[Status] In Progress
Tracking issues with work in progress
[Type] Code Quality
Issues or PRs that relate to code quality
Previously: #9617 (comment)
We now inconsistently use constants for referencing notices by ID in the editor module. The primary need for them is in dismissal upon the start of a new save (e.g. autosave notice, previous save success/error notice).
We should consider one of:
In #9617, it was chosen to not use the constant to avoid a dependency between the component and the store, though this is loosely held.
The text was updated successfully, but these errors were encountered: