Clay Branch

Results 5 issues of Clay Branch

This adds handling for multiple previously unhandled situations related to destructuring and member expressions. It required that I pretty heavily rework the existing code related to marking prop types usages,...

Unlike the regular element inspector, where you can see the styles updating as you interact with an element, styletron-devtools seems to only initialize once. In fact, it seems like the...

We're considering creating our own React codemods, and it seems like a lot of the legwork you've done in this repo would be useful to build off of, would it...

Is there anyway I can tell if my subject line is longer than the reccommended 75 characters?

In the below example, changing `content` will cause `first render` to be called a second time. This is really problematic for trying to manage the lifecycle of any components that...