From 6152d8351abf36eb6591e534fb4233e54e8b17b5 Mon Sep 17 00:00:00 2001 From: Filip Witosz Date: Tue, 12 Jan 2021 10:26:27 +0100 Subject: [PATCH] Ignore ts error, bump version. --- package.json | 2 +- src/components/Sidebar/item.tsx | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 13366092..66be3bdb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@qoretechnologies/reqore", - "version": "0.1.43", + "version": "0.1.44", "description": "ReQore is a UI library of components for Qorus connected apps", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/src/components/Sidebar/item.tsx b/src/components/Sidebar/item.tsx index 22511312..f6ab5723 100644 --- a/src/components/Sidebar/item.tsx +++ b/src/components/Sidebar/item.tsx @@ -69,6 +69,7 @@ const SidebarItemTooltip: Function = ({ <>{children} ) : ( + //@ts-ignore ; }