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
Lazy
import Lazy is much more intuitive and descriptive than import LazyContainers when most users will just be using Lazy.
import Lazy
import LazyContainers
Make this the first in the list, but keep LazyContainers in case some users encounter namespace issues.
LazyContainers
This will not require a major version change because the old products will still be around.
Definitely add stuff to the readme to explain that these products are identical, just synonyms
The text was updated successfully, but these errors were encountered:
No branches or pull requests
import Lazy
is much more intuitive and descriptive thanimport LazyContainers
when most users will just be usingLazy
.Make this the first in the list, but keep
LazyContainers
in case some users encounter namespace issues.This will not require a major version change because the old products will still be around.
Definitely add stuff to the readme to explain that these products are identical, just synonyms
The text was updated successfully, but these errors were encountered: