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
Each time propertyForAttribute is called, it does work to create a lowercase list of published properties. This could probably be done once and memoized.
The text was updated successfully, but these errors were encountered:
As it is now the list of properties could mutate at any time and there is no problem. For that reason, this was done this way on purpose, pending some actual data that it's a performance problem.
Each time propertyForAttribute is called, it does work to create a lowercase list of published properties. This could probably be done once and memoized.
The text was updated successfully, but these errors were encountered: