tabixio / tabix

Tabix.io UI

Home Page:https://tabix.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SignInView ERROR

veuvelee opened this issue · comments

`ERROR in app/src/views/DashboardView/DashboardView.tsx:229:50
TS2741: Property 'rev' is missing in type '{}' but required in type 'Pick<AntdIconProps, "name" | "value" | "id" | "type" | "title" | "target" | "key" | "onClick" | "download" | "href" | "hrefLang" | "media" | "rel" | "defaultChecked" | ... 349 more ... | "twoToneColor">'.
227 | if (tab.type === TabType.Processes) return ;
228 | if (tab.type === TabType.Metrics) return ;

229 | if (tab.type === TabType.DbOverview) return ;
| ^^^^^^^^^^^^^^^^^^
230 | if (tab.type === TabType.TableView) return ;
231 | if (tab.type === TabType.ServerOverview) return ;
232 | return ;`
node: v16.15.0

I was also affected by this issue.
I tried running the app with node:14 (incompatible), node:16 (error above), node:18 (error above) and node:latest .

We can still run an old version with this public docker image:

podman run -it --rm -p 9000:80 docker.io/spoonest/clickhouse-tabix-web-client
# or if you're using docker
docker run -it --rm -p 9000:80 docker.io/spoonest/clickhouse-tabix-web-client