has `Providers(LocalThing provides value) { ... }`...
# compose
j
has
Providers(LocalThing provides value) { ... }
been replaced with
CompositionLocalProvider(...) { ... }
at some point?
šŸ‘Œ 5
l
yeah. sorry, we really tried to get this change in earlier so that there could be a deprecation cycle, but i missed the cut 😬
j
No worries, found it by tracking down what the
ProvideTextStyle
function uses. Will that one be renamed too? Or is the name already long enough
l
as of now, nothing can be renamed šŸ™‚ we are API stable, so no more migrations like this should be necessary. The main rename was of the term ā€œAmbientā€ which we’ve not changed to ā€œCompositionLocalā€. So that function is fine
j
Alright thanks!