Closed dhershman1 closed 6 years ago
Seems like when you import the module on an app thats being built out by webpack the module returns an undefined.
So
import phoneFns from 'phone-fns'; console.log(phoneFns); // => is undefined
However doing this
import format from 'phone-fns/format'; console.log(format); // => returns the function
Will be digging into this for a v0.3.1 patch.
v0.3.1
Fixed with release of v0.3.1
Doesn't look like the patch worked as intended because I am a dumb.
Seems like when you import the module on an app thats being built out by webpack the module returns an undefined.
So
However doing this
Will be digging into this for a
v0.3.1
patch.