-
Notifications
You must be signed in to change notification settings - Fork 47.4k
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
Inner required fields in shaped props not reported properly #2168
Labels
Comments
I think @petehunt has some in-progress effort to make this better but I haven't heard anything recently… It's definitely a good idea. |
This is no longer an issue when using the |
This was referenced Jul 27, 2021
This was referenced Sep 15, 2021
This was referenced Apr 7, 2022
This was referenced Jan 4, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See this example:
http://jsfiddle.net/jeanlauliac/2x3dk23m/1/
The console only report:
Warning: Required prop
barwas not specified in
Hello.
. It should probably report the whole path to the inner field, such astest.bar
.The text was updated successfully, but these errors were encountered: