You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
click the focus icon and choose any element on the page
open up the devtools
scroll the page to trigger any sort of rerender
observe that in addition to flashes of purple denoting rerenders, there are also 10-100s of <style> tags added to the <head>, all with the same react-scan content (see screenshot).
For any sort of realtime app that re-renders constantly, this makes react-scan fairly unusable, as it prevents the > details from being expanded, unfortunately!
Either way, this is a super cool project and something sorely needed for those of us profiling realtime react applications!
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
<style>
tags added to the<head>
, all with the samereact-scan
content (see screenshot).For any sort of realtime app that re-renders constantly, this makes react-scan fairly unusable, as it prevents the
>
details from being expanded, unfortunately!Either way, this is a super cool project and something sorely needed for those of us profiling realtime react applications!
The text was updated successfully, but these errors were encountered: