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
I used this Library in an ionic project , i am having difficult making showing the keyboard i have this error.
No overload matches this call.
Overload 1 of 2, '(props: ControlledProps | UncontrolledProps | Readonly | Readonly): MathfieldComponent', gave the following error.
Type '{ defaultMode: string; virtualKeyboardMode: string; }' is not assignable to type 'MathfieldOptions'.
Type '{ defaultMode: string; virtualKeyboardMode: string; }' is missing the following properties from type 'LayoutOptions': macros, horizontalSpacingScale, letterShapeStyle
Overload 2 of 2, '(props: Props, context: any): MathfieldComponent', gave the following error.
The text was updated successfully, but these errors were encountered:
I used this Library in an ionic project , i am having difficult making showing the keyboard i have this error.
No overload matches this call.
Overload 1 of 2, '(props: ControlledProps | UncontrolledProps | Readonly | Readonly): MathfieldComponent', gave the following error.
Type '{ defaultMode: string; virtualKeyboardMode: string; }' is not assignable to type 'MathfieldOptions'.
Type '{ defaultMode: string; virtualKeyboardMode: string; }' is missing the following properties from type 'LayoutOptions': macros, horizontalSpacingScale, letterShapeStyle
Overload 2 of 2, '(props: Props, context: any): MathfieldComponent', gave the following error.
The text was updated successfully, but these errors were encountered: