Skip to content

Commit a2898c4

Browse files
committed
Remove throw
1 parent 6a155b9 commit a2898c4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/hooks/useCellOutputs.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ export const useCellOutputs = ({
121121
// Note: this approach is not ideal, but it ensures that if this component throws, we can put an error boundary that works
122122
// Otherwise, just calling `<ErrorBoundary FallbackComponent={OutputsErrorBoundary}>renderOutputs()</ErrorBoundary>` will not work as expected
123123
const MaybeOutputs = useCallback(() => {
124-
throw new Error("test");
125124
if (!hasOutputs) return null;
126125

127126
// Apply grouping strategy based on cell type

0 commit comments

Comments
 (0)