I have defined a context:
import React from \'react\'; const HelpContext = React.createContext(null); export default HelpContext;
Then I have