fix: preventing objects from collapsing in the debugger when resizing#36477
Conversation
WalkthroughThe changes involve modifying the export statement of the Changes
Suggested labels
Suggested reviewers
Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
|
@appsmithorg/query-js-pod , can you pls assign a reviewer for this PR. |
|
This PR has not seen activitiy for a while. It will be closed in 7 days unless further activity is detected. |
…smith into fix/prevent-objs-from-collapsing-21423
|
This PR has been closed because of inactivity. |
|
/build-deploy-preview skip-tests=true |
|
Deploying Your Preview: https://github.com/appsmithorg/appsmith/actions/runs/11256977949. |
|
Deploy-Preview-URL: https://ce-36477.dp.appsmith.com |
|
@saiprabhu-dandanayak the fix is working, thank you. Just need to run some tests in a separate PR. |
|
Sure , please let me know if any changes needs to be done. |
|
Shadow PR tests are passing. |
Description
i have raised this pr in-order to prevent objects from collapsing in the debugger when resizing.
This pull request includes a small change to the
LogItemcomponent in theDebuggerdirectory. The change optimizes the component by wrapping it withReact.memoto prevent unnecessary re-renders.Fixes #21423
Summary by CodeRabbit
LogItemcomponent by optimizing its rendering with memoization.This change ensures that the component only re-renders when its props change, leading to a smoother user experience.