Results 3 comments of Erica Hyman

Thanks for the advice, I'll try out those suggestions. Really appreciate the fast response.

Exactly, or more specifically: ```js ``` where `MyComponent` is ```javascript function MyComponent(...props) { return ( ) } ``` I've since found that if I pass through `...props` to each of...

I ran into this today using Storyshots with simple snapshot testing as well. Is there a workaround to continue to use CSF while also having the snapshots colocated within the...