You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor!: simplify the eleganceUIUtilities function (876c98a)
BREAKING CHANGES
The complexity of the eleganceUIUtilities function in the index file of the source code has been reduced by directly assigning the result of Object.values(eleganceUI) to it, cutting unnecessary steps and potential performance costs.