UNPKG

@gooddata/react-components

Version:

GoodData.UI - A powerful JavaScript library for building analytical applications

5 lines (4 loc) 145 B
// (C) 2019 GoodData Corporation export function defaultErrorHandler(error: any) { console.error(error); // tslint:disable-line:no-console }