After successfully installing and using katex in an angular project, I decided to try it in a mobile app project based on nativescript-angular.
After the installation of katex in the nativescript-angular project, I keep getting the Module ... had no default exporter
error as seen in the screenshot below.
How do I have this resolved?
The project currently run the following packages:
"katex": "^0.16.11",
"@types/katex": "^0.16.7",