Why the type for useEnvironmentContext is not named UseEnvironmentContext, instead named EnvironmentContext?
#3082
-
|
Hi
As far as I've seen, types like this are prefixed with Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
cschroeter
Nov 29, 2024
Replies: 1 comment
-
|
@babakfp - thanks for reaching out. I've deprecated |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
babakfp
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@babakfp - thanks for reaching out. I've deprecated
EnvironmentContextin favor ofUseEnvironmentContext. This new type will be available in the next release and the previous one will be removed in the next major. Cheers