You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: {
...
}}
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: