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 }