deeppatel234 / react-context-devtool

React context and useReducer debugging tool
MIT License
235 stars 35 forks source link

Cannot recognizing Context #40

Closed MassoudJavadi closed 2 years ago

MassoudJavadi commented 2 years ago

Describe the bug My e-shop is written with React and Context API, but the chrome context extension doesn't recognize it and keep sending this message: "React is not found on this page".

To Reproduce 1-Go to this webpage: https://half-empty-eshop.netlify.app/ 2-Check the context extension

Expected behavior Showing the global state in context extension.

Screenshots image

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

deeppatel234 commented 2 years ago

Hello @MassoudJavadi

react-content-devtool is required react-devtool as dependancy so please install it first then it will work.

I checked your site react-context-dectool is working fine

image

Please let me know if you have any questions.

Thanks, Deep