Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork10
Fixing error message on Android build#4
New issue
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:master
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
wpatter6 commentedApr 23, 2019
- Adding keys to looped elements
- Reducing util import
- Resolves issueBuild on Android not working #1
The issue was fixed by reducing the util import. The error message seemed to be pointing to an unused part of the util package. It could have instead been fixed within that package, but for now this will allow this component to be used by Android, and also somewhat reduce its size as it's not importing everything from util to call a single method. |