Open gaganjakhotiya opened 3 years ago
Thanks for the PR. Can you provide some explanation on the context and use case for the change please?
This is to support a similar use-case as loadSubApp
does here. If a reduxSubApp
needs to be rendered within a composite component we won't be getting the DOM element to render the subapp in.
This change is to support a similar use-case as
loadSubApp
does here. If areduxSubApp
needs to be rendered within a composite component we won't be getting the DOM element to render the subapp in.