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
const[internalActiveTab,setInternalActiveTab]=useState<'general-info'|'safety-windows'|'unsafe-windows'|'visualization'|'path-selection'|'export'>('general-info');// Use external active tab if provided, otherwise use internal state
errorMessage.includes('memory access out of bounds')||
189
+
errorMessage.includes('unreachable executed')){
190
+
alert('Memory Limit Exceeded\n\nYour browser has run out of memory processing these sequences. Please refresh the page and try again with shorter sequences.');
0 commit comments