electrode-io / electrode

Web applications with node.js and React
Other
2.1k stars 301 forks source link

[minor]: fix props passing when redux load subapp is used #1953

Closed arunvishnun closed 1 year ago

arunvishnun commented 1 year ago

When using reduxLoadSubapp, the custom renderStart function is used. This custom renderStart is not currently handling props

Fix applied to get props from instance and pass it while creating root Component