react-combine-providers icon indicating copy to clipboard operation
react-combine-providers copied to clipboard

Update push type to omit children key

Open caioaao opened this issue 4 years ago • 0 comments

Some providers may require a children, but that shouldn't be validated on push since the children will be provided during render. A concrete example is material-ui's ThemeProvider that doesn't work without this patch (or passing children: undefined to push)

caioaao avatar Nov 26 '20 14:11 caioaao