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
Description:
React context objects should have a displayName set so they appear with meaningful names in React DevTools (instead of "Context.Provider" × 10). The app has 8+ context providers nested in layout.tsx.
Acceptance Criteria:
All context objects (AuthContext, WalletContext, StellarWalletContext, ToastContext, ThemeContext, I18nContext, etc.) have MyContext.displayName = "MyContext" set
Verified in React DevTools that the component tree shows named providers
Description:
React context objects should have a
displayNameset so they appear with meaningful names in React DevTools (instead of "Context.Provider" × 10). The app has 8+ context providers nested inlayout.tsx.Acceptance Criteria:
MyContext.displayName = "MyContext"set