You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Show friendly message for non-React frameworks instead of broken Sandpack
Nuxt and Astro can't run in Sandpack (React-only sandbox). Instead of
showing a crash, display a message explaining they need the Live preview
and provide a "Switch to Live" button. Default to deployed mode for
non-React frameworks.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Instant sandbox preview is available for Next.js/React projects. For {framework==='nuxt' ? 'Nuxt' : framework==='astro' ? 'Astro' : framework} projects, deploy first then use the <strongclassName="text-gray-500 dark:text-gray-400">Live</strong> tab to preview.
0 commit comments