webiny / webiny-js

Open-source serverless enterprise CMS. Includes a headless CMS, page builder, form builder, and file manager. Easy to customize and expand. Deploys to AWS.
https://www.webiny.com
Other
7.33k stars 603 forks source link

fix(app-record-locking): use context to control prompt #4140

Closed Pavel910 closed 4 months ago

Pavel910 commented 4 months ago

Changes

This PR fixes a problem with infinite render loop caused by a decorator being mounted within a decorator. I refactored the components to make decorators be siblings which register only once, but share data via a local context.

How Has This Been Tested?

Manually.