Skip to content

fix: pass TransformControls axis limits - #2735

Open
raashish1601 wants to merge 1 commit into
pmndrs:masterfrom
raashish1601:codex/2337-transform-controls-axis-limits
Open

fix: pass TransformControls axis limits#2735
raashish1601 wants to merge 1 commit into
pmndrs:masterfrom
raashish1601:codex/2337-transform-controls-axis-limits

Conversation

@raashish1601

Copy link
Copy Markdown

Summary

Passes the missing TransformControls axis limit props through to the underlying three-stdlib control:

  • minX / maxX
  • minY / maxY
  • minZ / maxZ

Previously those props were collected into the wrapper group's ...props, so they never reached TransformControlsImpl.

Closes #2337.

Validation

  • corepack yarn typecheck
  • corepack yarn eslint src/core/TransformControls.tsx
  • corepack yarn prettier --check src/core/TransformControls.tsx
  • corepack yarn build
  • git diff --check

@vercel

vercel Bot commented May 17, 2026

Copy link
Copy Markdown

@raashish1601 is attempting to deploy a commit to the Poimandres Team on Vercel.

A member of the Team first needs to authorize it.

@codesandbox-ci

Copy link
Copy Markdown

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

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.

TransformControls is missing maxX/minX, maxY/minY and maxZ/minZ props

1 participant