from "import v from 'voca'" to "'import * as v from 'voca'"
prjherbert opened this issue · 1 comments
prjherbert commented
Just upgraded my Angular2+ (5) app to latest packages and my voca (which I didn't upgrade) includes call stopped being recognised. I needed to change import v from 'voca' to import * as v from 'voca'.
Might be worth investigating/updating your docs.
Thanks for the brilliant library.
panzerdp commented
Thanks for letting me know.