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
Basically I did a props displayer proxy,
it is similar to yours addInfo add on, but as a proxy it can work nicer within my story generators
here is the code https://gist.github.com/jurgob/0ba5e7daa12b85b9e2d693c3ff9431e6
It is still very limitated, my main problem is this one: https://discuss.reactjs.org/t/print-proptypes-definition/4228
The text was updated successfully, but these errors were encountered:
@mnmtanish @roonyh I think you guys could add something to this.
Sorry, something went wrong.
Fixed with this addon
No branches or pull requests
Basically I did a props displayer proxy,
it is similar to yours addInfo add on, but as a proxy it can work nicer within my story generators
here is the code
https://gist.github.com/jurgob/0ba5e7daa12b85b9e2d693c3ff9431e6
It is still very limitated, my main problem is this one:
https://discuss.reactjs.org/t/print-proptypes-definition/4228
The text was updated successfully, but these errors were encountered: