Reset install state on dialog toggle and simplify UpdateDialog rendering#2182
Reset install state on dialog toggle and simplify UpdateDialog rendering#2182
Conversation
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Tip Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs). Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
The latest updates on your projects. Learn more about Argos notifications ↗︎
|
When closing the Update drawer (i.e. [only] on mobile) you currently get the error:
The reason is the fact that I wrapped the dialog/drawer in
{#if open}to ensure state resets between openings.Instead, we'll just manually reset all state.
Codex Task