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
When running a type-check, I have the aforementioned error with the DIRECTION enum in FontData.d.ts.
The error is resolved by changing the declaration from declare const enum to declare enum
My TypeScript version is 4.7.4, with the isolatedModules flag activated.
The text was updated successfully, but these errors were encountered:
Thanks for reporting! Types are exported directly from the mathjax-full package so all type errors should be addressed directly to https://github.com/mathjax/MathJax.
When running a type-check, I have the aforementioned error with the
DIRECTION
enum inFontData.d.ts
.The error is resolved by changing the declaration from
declare const enum
todeclare enum
My TypeScript version is 4.7.4, with the isolatedModules flag activated.
The text was updated successfully, but these errors were encountered: