feat: update timeout error UX (#10274)

This commit is contained in:
Erik Ritter
2020-07-20 15:32:17 -07:00
committed by GitHub
parent d92cb66f60
commit 5fa4680447
29 changed files with 557 additions and 65 deletions

View File

@@ -136,3 +136,5 @@ export function applyFormattingToTabularData(data) {
/* eslint-enable no-underscore-dangle */
}));
}
export const noOp = () => undefined;