Skip to content

Conversation

benceruleanlu
Copy link
Member

@benceruleanlu benceruleanlu commented Sep 5, 2025

Summary

Replace direct access to graph._nodes with the public graph.nodes getter to follow proper encapsulation.

Changes

  • What: Use public graph.nodes getter instead of accessing private graph._nodes property in useSlotLayoutSync

Review Focus

Simple refactor to use the proper public API instead of accessing private properties.

┆Issue is synchronized with this Notion page by Unito

Replace direct access to graph._nodes with the public graph.nodes getter to follow proper encapsulation practices and avoid accessing private properties.

Co-Authored-By: Claude <[email protected]>
@benceruleanlu benceruleanlu requested a review from a team as a code owner September 5, 2025 06:45
@dosubot dosubot bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Sep 5, 2025
Copy link

github-actions bot commented Sep 5, 2025

🎭 Playwright Test Results

All tests passed across all browsers!

⏰ Completed at: 09/05/2025, 06:56:05 AM UTC

📊 Test Reports by Browser


🎉 Your tests are passing across all browsers!

@benceruleanlu benceruleanlu merged commit fac2772 into main Sep 5, 2025
22 checks passed
@benceruleanlu benceruleanlu deleted the fix-private-nodes-access branch September 5, 2025 16:11
@benceruleanlu benceruleanlu mentioned this pull request Sep 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size:XS This PR changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants