eygraber
04/21/2021, 8:59 PMstaticCompositionLocalOf says:
A static CompositionLocal should be only be used when the value provided is highly unlikely to change.What if the value provided is always the same instance, but
provides would be called on each composition?Dominaezzz
04/21/2021, 9:08 PM