You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm hoping to get support for this in BlueKit, but it relies on react-docgen to collect the props. I'm developing a library that uses context to pass theme (and some other props) through to descendant components.
contextTypes work the same way as propTypes, so it should be possible to reuse the code.
Edit: looks like there's a dead PR for this already, #130.