DEV Community

Ritarpan Ghosh
Ritarpan Ghosh

Posted on

Error TypeError: (0 , _react.createContext) is not a function

I'm making a NextJS Redux app, where after putting const dispatch = useDispatch(), I'm getting this error:

Error TypeError: (0 , _react.createContext) is not a function

StackOverflow

Top comments (0)