-
Notifications
You must be signed in to change notification settings - Fork 19
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
No output generated #2
Comments
seems not compatible with v15 now. |
It should work now. Notice: printDOM is deprecated in React v15, and printOperations is suggested. It still called dom in the extension, but it is operations in fact if React v15 is used. Let me know if you meet problems :) |
I'm still seeing the same. Tried uninstalling and reinstalling the plugin and hard refresh browser, no luck. |
I cannot reproduce the problem. Could you send me a minimal sample of your code? I tested with:
One more thing. At least one component should rerender during the recording. Please try to manually type Perf.start() Perf.stop() and Perf.printOperations in the console. The extension should show the same thing as the console. |
Just to chip in with my experience, 15.0.0 didn't work for me. If I go back to 0.14.8 or forward to 15.0.1 the print outs started working again. Thanks! |
I meet the same question now, sometimes it works as the Landlord printed, sometimes it returns like but still no wasted print, I can not believe there is no wasted in the application. [email protected] thanks. |
Hi,
This tool looks awesome, but I can't get it to work.
I'm using it by:
I start, make some changes, stop. All I see is:
I am using this with react 15.0.1, Chrome 49.0.2623 if that helps.
The text was updated successfully, but these errors were encountered: