diff --git a/desktop/app/src/Client.tsx b/desktop/app/src/Client.tsx index cf1ce28c5..48a41777a 100644 --- a/desktop/app/src/Client.tsx +++ b/desktop/app/src/Client.tsx @@ -251,6 +251,7 @@ export default class Client extends EventEmitter { .filter(notNull) .map(([id, type, title]) => { // TODO put this in another component, and make the "types" registerable + console.warn(`TableNative plugins are deprecated: ${id}`); switch (type) { case 'Table': return createTableNativePlugin(id, title);