asnunes / mathml-to-latex

A JavaScript tool to convert mathml string to LaTeX equation string.
MIT License
50 stars 14 forks source link

Invalid character \ud835 #25

Open ApzJan opened 1 week ago

ApzJan commented 1 week ago

I am using mathml-to-latex in my React Native app. The app crashed and is showing this error. invalid character \ud835 nostack

asnunes commented 1 week ago

Hi, @ApzJan. I haven't tested the lib in a React Native project before. Could you provide more information to help me reproduce the error? Is it occurring during installation time or when trying to convert a specific input? If it's the latter, can you share the input?

ApzJan commented 1 week ago

Hi @asnunes. It occurred when I ran the application using npx react-native run-android on my phone using the USB debugging option. After installing the app showing this, nothing changes. but when I open the debug mode from the developer option, the error is gone, and I started to work on the app. but after creating the apk, the apk is installed on a different phone, and the app crashed and is not opening.

This problem happened suddenly. It was working fine for me 6 months ago.