79569346

Date: 2025-04-11 16:50:47
Score: 1
Natty:
Report link

I resolve thath changin first letter to Upper Case

This is a context React example used on Ionic 8:

#Before

const useAuth = createContext(AuthContext)

#After

const UseAuth = createContext(AuthContext)

Then export

export {
 UseAuth
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Gonzalo Orellana