Open stevenqzhang opened 6 years ago
It wasn't immediately clear to me that twix should be imported only for its side effects on moment using import "twix" instead of import * from "twix"
twix
moment
import "twix"
import * from "twix"
Maybe worth adding to the detailed documentation?
Sure, I'd take a PR clarifying that
It wasn't immediately clear to me that
twix
should be imported only for its side effects onmoment
usingimport "twix"
instead ofimport * from "twix"
Maybe worth adding to the detailed documentation?