TypeScript basicsfamiliarity with react sortable tree
初心者向け度初回貢献者にどれだけ取り組みやすいかを 1-100 で推定したスコアです。
60
調査方針
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.