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 using the UMD format the this bound to the fnApply is incorrect causing the TypeError.
This issue only surfaced when using the UMD (main) entrypoint as the usage becomes tsUtils.scheduleTimeout so the this becomes the exports instance rather than the global (or undefined)
The text was updated successfully, but these errors were encountered:
When using the UMD format the
this
bound to thefnApply
is incorrect causing theTypeError
.This issue only surfaced when using the UMD (main) entrypoint as the usage becomes
tsUtils.scheduleTimeout
so thethis
becomes the exports instance rather than the global (orundefined
)The text was updated successfully, but these errors were encountered: