krasimir / kuker

Kick-ass browser extension to debug your apps
https://chrome.google.com/webstore/detail/glgnienmpgmfpkigngkmieconbnkmlcn
MIT License
657 stars 26 forks source link

React 16 #9

Open kusmierz opened 6 years ago

kusmierz commented 6 years ago

Hi @krasimir,

thanks for the great tool! Just wondering if it is fully compatible with React 16+. I have empty "State" tab for react events...

krasimir commented 6 years ago

Hm ... just tested https://github.com/philmein/todomvc-react-redux-saga with the latest 16.3.2 version of react and react-dom. Kuker works just fine. Can you paste here your integration?

image

kusmierz commented 6 years ago

I've added ReactEmitter(); right in the entry point of the App (so before render() from react-dom).

kuker

kusmierz commented 6 years ago

The minimal configuration: npx create-react-app test (as seen on https://github.com/facebook/create-react-app), and add the emitter to the src/index.js file.

kuker2

krasimir commented 6 years ago

Thanks. I'll try to reproduce the following days.