react-combine-providers
react-combine-providers copied to clipboard
Update push type to omit children key
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)