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

TypeError in index.ts at the ipc folder-contextmenu #1

Open
Immortalis202 opened this issue Oct 21, 2024 · 0 comments
Open

TypeError in index.ts at the ipc folder-contextmenu #1

Immortalis202 opened this issue Oct 21, 2024 · 0 comments

Comments

@Immortalis202
Copy link

When I try to run it after cloning the repo I get this error during the Webpack Check

Type '{ label: string; visible: boolean; } | { label: string; click: () => void; visible: boolean; } | { label: string; } | { type: "separator"; } | { label: string; visible: boolean; submenu: { label: string; }[]; } | ... 7 more ... | { ...; }' is not comparable to type 'MenuItem'.
   Type '{ label: string; role: "delete"; }' is missing the following properties from type 'MenuItem': checked, click, commandId, enabled, and 9 more.

Then the app starts but shows a blank white page giving the following error

image

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

1 participant