wix-incubator / repluggable

Pluggable micro frontends in React+Redux apps
MIT License
172 stars 13 forks source link

Fix entry point lifecycle error in connectWithShellAndObserve #214

Closed shirlynwix closed 1 year ago

shirlynwix commented 1 year ago

Using connectWithShellAndObserve would constantly raise attempt to create component type outside of Entry Point lifecycle error as the connectWithShell factory was called inside the observing component wrapper constructor.