Closed LukasBoll closed 2 months ago
Name | Link |
---|---|
Latest commit | 0e697e75f59da1dc2a6e1e169e3e7ecd8f795698 |
Latest deploy log | https://app.netlify.com/sites/jsonforms-examples/deploys/66be575ee1c5a000082d87f5 |
Deploy Preview | https://deploy-preview-2358--jsonforms-examples.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
@LukasBoll Can you fix the build or do you need support?
Name | Link |
---|---|
Latest commit | c64196b17c42ccee60a0a97bf958dc5377337060 |
Latest deploy log | https://app.netlify.com/sites/jsonforms-examples/deploys/66e4636c30eae20008c99350 |
Deploy Preview | https://deploy-preview-2358--jsonforms-examples.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Hi @sdirix, I just fixed the build issues :)
@LukasBoll Can you resolve the conflicts?
Merge commit only fixes a tiny merge conflict.
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.