title | issue | author | author_email | author_github |
---|---|---|---|---|
Fix overridden super calls in promise chains in admin components |
NEXT-30599 |
Maximilian Rüsch |
maximilian.ruesch@pickware.de |
maximilianruesch |
- Changed the
async-component.factory.ts
to allow overrides of components that make$super
calls inside promise chains.