Open stonebk opened 7 years ago
The following will render "0":
const Foo = Dimensions()(() => <div />); const Bar = () => { return <div style={{ width: 0, height: 0 }}><Foo /></div>; };
Any plans to merge this?
Yeah, this is a pretty weird bug - would be great to have this merged.
The following will render "0":