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
After transpilation to typescript, any calls to "this." in the assigned "assembler" function will resolve to Window, not the calling class. I believe this is the same problem seen in this thread on Stack Overflow. If I knew more about javascript, I'd propose a fix for you - but I don't, so all I can offer is this issue.
The text was updated successfully, but these errors were encountered:
After transpilation to typescript, any calls to "this." in the assigned "assembler" function will resolve to Window, not the calling class. I believe this is the same problem seen in this thread on Stack Overflow. If I knew more about javascript, I'd propose a fix for you - but I don't, so all I can offer is this issue.
The text was updated successfully, but these errors were encountered: