-
-
Notifications
You must be signed in to change notification settings - Fork 325
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"galio-framework" has no exported member named 'Checkbox' #258
Comments
@palingheorghe I hope you can help with the issue |
hopping you can help |
Is this repository still alive? I have opened a PR with the fix for this in #257 |
hello is that question waiting be answer by me? |
hi @JobDelToro, actually it is an answer for the maintainers. Sorry for not being clear on that. 😄 It just makes me wonder if we should keep using this in our projects or should be looking for alternatives. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
A clear and concise description of what the bug is.
my react native project is throwing me "galio-framework" has no exported member named 'Checkbox', I have galio-framework 0.8.0 and npm is not allowing me to install 0.8.1 is giving me the following error if I want to install, update or upgrade
npm ERR! code EUPDATEARGS
npm ERR! Update arguments must only contain package names, eg:
npm ERR! npm update galio-framework
To Reproduce
Steps to reproduce the behavior:
install galio-framework 0.8.0 and import { Checkbox } from 'galio-framework';
Expected behavior
Avoid that error message in my VScode editor
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: