cloudflare / react-gateway

Render React DOM into a new context (aka "Portal")
BSD 3-Clause "New" or "Revised" License
571 stars 72 forks source link

Fix props usage in renderIntoGatewayNode #41

Closed adrienharnay closed 5 years ago

adrienharnay commented 6 years ago

renderIntoGatewayNode used to invoke this.props instead of props.

When called by componentWillUnmount, it would cause addChild to be called with the old into