Bond

Results 5 issues of Bond

Seeing as HOC is the recommended way of adding additional functionality to components. the examples should reflect that.

I was trying to upgrade the dependencies of the react docs, `@codesandbox/sandpack-react` is currently pinned to `2.6.0`. When I upgrade it to the latest version, today - `2.11.2` the sandboxes...

bug
triage

This PR removes deadcode in the Link Component when the Link component contains a `` element. As seen in this [example](https://react.dev/reference/react-dom/components/input). --- In the `modifiedChildren` array here https://github.com/reactjs/react.dev/blob/6ca0381a0762f1de4a49052700723664e92db030/src/components/MDX/Link.tsx#L19-L26 The `if`...

CLA Signed

Fixes #2255 Tested locally with public and scoped packages. Also, fixes an issue where scoped packages would not previously show up because the `@` symbol was not considered part of...