🔍 Description
When users edit content inside the editor, the preview section does not always update instantly. In some cases, previously rendered content remains visible until another interaction or manual refresh occurs.
This creates inconsistency between the editor state and the rendered preview, affecting the editing workflow and user experience.
🧪 Steps to Reproduce
- Open the editor inside the application
- Create or edit existing content
- Modify text, formatting, or layout settings
- Observe the preview/output section
- Notice that updated changes may not appear immediately
🎯 Expected vs. Actual Behavior
- Expected: Preview/output components should reflect changes instantly after edits are made.
- Actual: Preview sometimes shows stale or delayed content updates.
💻 Environment
- Windows 11
- Google Chrome
- Node.js v18+
🖼️ Screenshots / Logs
No screenshots/logs available currently.
Can be added during implementation/testing if required.
✅ Duplicate Check
I have searched the existing issues and found no duplicates.
Additional Context
This issue may be related to frontend state synchronization, delayed re-rendering, or improper dependency handling in preview components. Fixing it would improve editor responsiveness and overall usability.
🔍 Description
When users edit content inside the editor, the preview section does not always update instantly. In some cases, previously rendered content remains visible until another interaction or manual refresh occurs.
This creates inconsistency between the editor state and the rendered preview, affecting the editing workflow and user experience.
🧪 Steps to Reproduce
🎯 Expected vs. Actual Behavior
💻 Environment
🖼️ Screenshots / Logs
No screenshots/logs available currently.
Can be added during implementation/testing if required.
✅ Duplicate Check
I have searched the existing issues and found no duplicates.
Additional Context
This issue may be related to frontend state synchronization, delayed re-rendering, or improper dependency handling in preview components. Fixing it would improve editor responsiveness and overall usability.