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
A warning message indicating the use of the legacy context API has been detected within a strict-mode tree in our application. The warning message states:
Steps to Reproduce
Run the application in a development environment.
Expected Behavior
The application should not display warnings related to the use of the legacy context API.
Actual Behavior
The warning message mentioned above is displayed in the console.
Possible Solution
Update the affected components (Styled(styled.div), glamorous(div), styled.div) to use the new context API instead of the deprecated legacy API. Refer to the documentation or migration guides of the relevant libraries (e.g., Styled Components, Glamorous) for guidance on updating to the latest context API.
The text was updated successfully, but these errors were encountered:
Bug Description
A warning message indicating the use of the legacy context API has been detected within a strict-mode tree in our application. The warning message states:
Steps to Reproduce
Expected Behavior
The application should not display warnings related to the use of the legacy context API.
Actual Behavior
The warning message mentioned above is displayed in the console.
Possible Solution
Update the affected components (
Styled(styled.div)
,glamorous(div)
,styled.div
) to use the new context API instead of the deprecated legacy API. Refer to the documentation or migration guides of the relevant libraries (e.g., Styled Components, Glamorous) for guidance on updating to the latest context API.The text was updated successfully, but these errors were encountered: