Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to setup React performance devtool #63

Open
SaifullaKhalid opened this issue Feb 8, 2019 · 7 comments
Open

Unable to setup React performance devtool #63

SaifullaKhalid opened this issue Feb 8, 2019 · 7 comments

Comments

@SaifullaKhalid
Copy link

SaifullaKhalid commented Feb 8, 2019

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

image

code:

import { registerObserver } from 'react-perf-devtool';

registerObserver({}, (measures) => {
console.log(measures);
});

@michaelscruz
Copy link

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.

@SaifullaKhalid
Copy link
Author

SaifullaKhalid commented Feb 10, 2019 via email

@Optarion
Copy link

Optarion commented May 3, 2019

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 ?

@matthiasp42
Copy link

Same here, works in Firefox, not in Chrome

@prakash-bidgely
Copy link

Same problem

@imjordanxd
Copy link

same problem

1 similar comment
@elik56a
Copy link

elik56a commented Sep 5, 2021

same problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants