We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
Sure, I'd take a PR clarifying that
Sorry, something went wrong.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: