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
I didn't pay enough attention, electronicFormat is defined here which means the library assumes that this is the module itself. When importing this dependency with an ES6 import statement with webpack + babel 6 it doesn't work. It used to work with babel 5, idk why.
When Calling the
isValid
method,this
is thewindow
element, then it doesn't have anelectronicFormat
method.What is
this
supposed to be, and what is theelectronicFormat
method ?The text was updated successfully, but these errors were encountered: