Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SignInView ERROR #266

Open
veuvelee opened this issue Aug 11, 2023 · 2 comments
Open

SignInView ERROR #266

veuvelee opened this issue Aug 11, 2023 · 2 comments

Comments

@veuvelee
Copy link

`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

@QuentinFAIDIDE
Copy link

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 .

@QuentinFAIDIDE
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants