Sune Simonsen

Results 71 comments of Sune Simonsen

I kind of agree with @jpray on > I thought type coercion was just for attributes -> properties. Not for properties themselves... I don't like the idea of type coercion,...

Example: ![Screenshot 2019-09-27 at 14 30 44](https://user-images.githubusercontent.com/90802/65769257-74c28e80-e133-11e9-9f3a-11e287632704.png) Here we shouldn't dot out the found candidates.

Are you in the process of moving the functionality in unexpected-react-shallow to unexpected-react? If so I can just help you get a documentation site for that. But it is not...

Okay great, I'll take a look at making a site for unexpected-react-shallow then.

@bruderstein how do you identify that a renderer rendered `null`?

Thanks for reporting. The above is a pretty odd looking example, would it be possible to narrow it down a bit. From a quick scan it could look like it...

What do you get if you narrow it down to: ```js class Component extends React.Component { render() { return ( Headline 1 Text ) } } it('should render', function() {...

Thanks that is a much better reproduction example. I'll have to pass it on to @bruderstein for a solution.

@alexjeffburke did you mean: was called with?