Skip to content

Commit

Permalink
Remove unnecessary warning
Browse files Browse the repository at this point in the history
  • Loading branch information
trungleduc committed Oct 11, 2024
1 parent 56587dd commit bcaae00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/base/src/panelview/formbuilder.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const LuminoSchemaForm = (
Widget.detach(widget);
}
} catch (e) {
console.warn('Exception while detaching Lumino widget.', e);
// The widget is destroyed already by React.
}
};
}, [children]);
Expand Down

0 comments on commit bcaae00

Please sign in to comment.