concludio / react-mathlive

A react wrapper-component for mathlive.js
MIT License
25 stars 16 forks source link

mathfield component error #21

Open AdebisiJoe opened 3 years ago

AdebisiJoe commented 3 years ago

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.