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

Type Mismatch #122

Open
ahmedatigui opened this issue Nov 30, 2024 · 0 comments · May be fixed by #123
Open

Type Mismatch #122

ahmedatigui opened this issue Nov 30, 2024 · 0 comments · May be fixed by #123
Assignees

Comments

@ahmedatigui
Copy link
Member

ahmedatigui commented Nov 30, 2024

Type Mismatch
I encountered a type mismatch error where the code passed Property 'config' is optional in type 'BlockToolConstructorOptions<any, any>' but required in type 'ConstructorArgs'. This inconsistency is causing issues and needs to be resolved.

Example

quote: {
  class: Header, // type mismatch here
  ...
  config: {
    ...
  }
}
@ahmedatigui ahmedatigui self-assigned this Nov 30, 2024
@ahmedatigui ahmedatigui linked a pull request Nov 30, 2024 that will close this issue
@ahmedatigui ahmedatigui linked a pull request Nov 30, 2024 that will close this issue
@ahmedatigui ahmedatigui reopened this Dec 3, 2024
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

Successfully merging a pull request may close this issue.

1 participant