-
Notifications
You must be signed in to change notification settings - Fork 53
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
Comments
I am having the same issue. Printing the results to the console with |
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 ***@***.***> 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
<#63 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ANU_cKeUYO_rrDu3tf0GdZao7DKgIk2Sks5vLfr8gaJpZM4aryiC>
.
|
Same problem with Chrome's plugin here. Does anyone have any clue on this ? |
Same here, works in Firefox, not in Chrome |
Same problem |
same problem |
1 similar comment
same problem |
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);
});
The text was updated successfully, but these errors were encountered: