react-mathlive
react-mathlive copied to clipboard
mathfield component error
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<ControlledProps> | Readonly<UncontrolledProps>): 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.