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
Unfortunately I am forced to use the dist bundle to include the feature into my application (with a good old script tag).
I found that you populate the lib methods in a global index object.
However, this is not only a not very intuitive name. The actual problem is, that the object is filled with values of undefined.
Please fix that since it stops me from using this package at all :/
PS: I know about the horror of maintaining old packages. However, since you seem to bundle the package with babel only, I can't really help with a quick PR. It would be cool though if you would find some spare time to work on this
The text was updated successfully, but these errors were encountered:
Unfortunately I am forced to use the dist bundle to include the feature into my application (with a good old script tag).
I found that you populate the lib methods in a global
index
object.However, this is not only a not very intuitive name. The actual problem is, that the object is filled with values of
undefined
.Please fix that since it stops me from using this package at all :/
PS: I know about the horror of maintaining old packages. However, since you seem to bundle the package with babel only, I can't really help with a quick PR. It would be cool though if you would find some spare time to work on this
The text was updated successfully, but these errors were encountered: