jsonforms icon indicating copy to clipboard operation
jsonforms copied to clipboard

fix(translations): memoize array translation

Open LukasBoll opened this issue 7 months ago • 6 comments

This commit addresses an issue where array translations were created as new objects within the core module for each render cycle, causing unnecessary rerenders. By memoizing the translation object in the material renderer set, this commit optimizes performance and prevents redundant rerenders.

LukasBoll avatar Jul 23 '24 10:07 LukasBoll