I am learning React so please excuse if the question is too naive.
I am currently learning about createContext and useContext.
Is there a function or attribute called useContexts.listAll or something similar that tells to any component how many contexts are available there at any moment? If it is there is it possible to ignore a context via {“myContext:{“ignore”:true}} or anything similar?
Thank you.