rajinwonderland / react-code-blocks

React code blocks and code snippet components
https://react-code-blocks.rajinwonderland.vercel.app
MIT License
613 stars 81 forks source link

Uncaught runtime errors: Cannot read property 'useContext' of null #81

Closed Jaden-Chiang closed 1 year ago

Jaden-Chiang commented 1 year ago

I have this error "Cannot read property 'useContext' of null" when I use "react-code-blocks" in my React project. The code I use is same as the example, and I can not find what cause this error. The node version is: v16.18.1

Jaden-Chiang commented 1 year ago

I uninstall this npm package and install it again, the error does not appear again.