The doc for `staticCompositionLocalOf` says: >...
# compose
e
The doc for
staticCompositionLocalOf
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?
d
As long as the instance is the same it's cool.
1
🙏 1