@types/react-sortable-tree probably needs an update
Contributor guide
Tech stack
typescriptreact
Domain
frontend
Issue type
bug
DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
2
Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
under 1 hour
Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
stale
ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
clear
Prerequisites
TypeScript basicsfamiliarity with react sortable tree
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
60
Research direction
The issue reports that the TypeScript definition for react sortable tree is missing the property `shouldCopyOnOutsideDrop`. To fix, locate the type definitions (likely in `@types/react sortable tree` or in the project's own `.d.ts` files). Add the missing property to the appropriate interface. The CodeSandbox example in the issue may help reproduce the error. Check if there are any existing PRs or discussions in the issue comments for additional context.