1
0
Fork 0
mirror of synced 2024-08-23 05:51:29 +12:00

Remove enrichEmptySettings from component patch function as any screen update already invokes empty setting enrichment on every single component

This commit is contained in:
Andrew Kingston 2024-05-21 14:17:35 +01:00
parent 8fe020cf28
commit a074cb6bef

View file

@ -555,7 +555,6 @@ export class ComponentStore extends BudiStore {
const patchResult = patchFn(component, screen)
// Post processing
this.enrichEmptySettings(component, { screen, useDefaultValues: false })
const migrated = this.migrateSettings(component)
// Returning an explicit false signifies that we should skip this