-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
Component/s: Forge - App UI Web
-
Minor
-
L
Issue Summary
When we update fields on macro config the configuration screen is re-render on Forge UI Kit 2.
Steps to Reproduce
- Create a Confluence macro via forge create
- Add config: Add configuration to a macro with UI Kit
- Add a console.log('re-render') within the Config() top-level component
- Change a field value in that config
- Notice that the console log fires because the entire top-level Config() has been re-rendered
The re-render issue is a blocker for some apps' migration as this did not occur in UI Kit 1.
Expected Results
Config() is not re-rendered.
Actual Results
Config() is re-rendered.
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available