how to put the types to the context
this is the erros i get when trying to use the context, i have the type of the array is this

1 Reply
createContext accepts a generic type. You should pass the type of your context.

createContext accepts a generic type. You should pass the type of your context.