Conversation
|
This pull request has been ignored for the connected project Preview Branches by Supabase. |
|
Caution Review failedThe pull request is closed. Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (2)
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 |
...pp/project/[id]/_components/right-panel/chat-tab/chat-messages/multi-branch-revert-modal.tsx
Show resolved
Hide resolved
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
6b7446b to
e944991
Compare
| console.error('[SandboxManager] Failed to ensure preload script exists:', error); | ||
| // Mark as injected to prevent blocking frames indefinitely | ||
| // Frames will handle the missing preload script gracefully | ||
| this.preloadScriptInjected = true; |
There was a problem hiding this comment.
should we do this in finally instead of doing both in try and catch?
There was a problem hiding this comment.
in this case we should just remove this flag or merge it with the preloadScriptLoading flag
Description
Related Issues
Type of Change
Testing
Screenshots (if applicable)
Additional Notes
Summary by CodeRabbit
Bug Fixes
Refactor