Hi!
I'm using react-lite along side of react-typeahead.
It digs into React.__spread, which is just an Object.assign polyfill. Is it possible / valuable enough to add that method to react-lite?
https://github.com/facebook/react/blob/6a8ebfc41842fb200c87a919478dcd3aa95be0d7/src/isomorphic/React.js#L70
Hi!
I'm using react-lite along side of react-typeahead.
It digs into
React.__spread, which is just an Object.assign polyfill. Is it possible / valuable enough to add that method to react-lite?https://github.com/facebook/react/blob/6a8ebfc41842fb200c87a919478dcd3aa95be0d7/src/isomorphic/React.js#L70