-
Notifications
You must be signed in to change notification settings - Fork 172
Track cache writes #1739
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
Track cache writes #1739
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 107 out of 109 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| @@ -0,0 +1,213 @@ | |||
| import type { ComponentPropsWithoutRef } from "react"; | |||
| import { useCallback, useMemo, type CSSProperties, type FC } from "react"; | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| import { useCallback, useMemo, type CSSProperties, type FC } from "react"; | |
| import { useCallback, type CSSProperties, type FC } from "react"; |
phryneas
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me now :)
8e8ab9f to
ea77499
Compare
Adds a panel to track cache writes