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
see
Currently the error message can be a bit misleading.
"Unable to see your_widget and my-class".
If the widget is defined in part by the class, the error message would be better as:
"Unable to see your_widget with my-class".
Or to even pull the argument names if possible, to give:
"Unable to see your_widget with klass = my-class"
We still want the error message to make sense for custom see methods as well, though, where currently the "and" makes sense.
The text was updated successfully, but these errors were encountered:
@shoe mind taking me off this issue? Hope you're doing well ❤️
Sorry, something went wrong.
@joelhawksley looks like you figured out how to do it yourself. 🎉 😄
Weird, just leaving a comment unassigned me. If only I knew where to file the bug... 😉
No branches or pull requests
Currently the error message can be a bit misleading.
"Unable to see your_widget and my-class".
If the widget is defined in part by the class, the error message would be better as:
"Unable to see your_widget with my-class".
Or to even pull the argument names if possible, to give:
"Unable to see your_widget with klass = my-class"
We still want the error message to make sense for custom see methods as well, though, where currently the "and" makes sense.
The text was updated successfully, but these errors were encountered: