Display alert when an old, trial-only binding is added or backfilled #5228
Annotations
2 warnings
Check Quality:
src/components/editor/Bindings/Backfill/BackfillButton.tsx#L156
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
Check Quality:
src/components/materialization/SourceCapture/AddSourceCaptureToSpecButton.tsx#L85
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|