Skip to content

Conversation

@lukaw3d
Copy link
Contributor

@lukaw3d lukaw3d commented Jun 4, 2025

↪️ Pull Request

Fixes #10179

💻 Examples

🚨 Test instructions

✔️ PR Todo

  • Added/updated unit tests for this change
  • Filled out test instructions (In case there aren't any unit tests)
  • Included links to related issues/PRs

@lukaw3d lukaw3d force-pushed the patch-2 branch 2 times, most recently from 13082b8 to e29dc60 Compare June 5, 2025 23:10
const count = props.children.length;
return (
<details open={!collapsed} onToggle={toggleCollapsed}>
<details>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does this need ref={ref}? I don't see where the ref is actually attached to an element.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. I was too sloppy converting from a proof of concept

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Collapsing stack frames in error overlay triggers infinite loop

2 participants