react-perf-devtool
react-perf-devtool copied to clipboard
Unable to setup React performance devtool
I am using the below code in my client/index.js file, I only see the console log measures but the React performance devtool extension is not working, I tried multiple options by reinstalling the extension , restart the server , followed the order of setup mentioned in the installation document . Please let me know where i am going wrong. My chrome version Version 71.0.3578.98 (Official Build) (64-bit), My React Version 16.2

code:
import { registerObserver } from 'react-perf-devtool';
registerObserver({}, (measures) => { console.log(measures); });
I am having the same issue. Printing the results to the console with micro is working; the Chrome extension is not. On Monday, I will try the Firefox extension, in case the issue is caused by a Chrome update.
Firefox is works for me , but i need chrome bcos my application works best in chrome.
On Fri, Feb 8, 2019 at 4:32 PM Michael Cruz [email protected] wrote:
I am having the same issue. Printing the results to the console with micro is working; the Chrome extension is not. On Monday, I will try the Firefox extension, in case the issue is caused by a Chrome update.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/nitin42/react-perf-devtool/issues/63#issuecomment-461969783, or mute the thread https://github.com/notifications/unsubscribe-auth/ANU_cKeUYO_rrDu3tf0GdZao7DKgIk2Sks5vLfr8gaJpZM4aryiC .
Same problem with Chrome's plugin here. I can log the measures into the console but error message shown in plugin's tab.
Does anyone have any clue on this ?
Same here, works in Firefox, not in Chrome
Same problem
same problem
same problem