@types/react-sortable-tree probably needs an update
Guide contributeur
Stack technique
typescriptreact
Domaine
frontend
Type d'issue
bug
DifficultéDifficulté estimée pour un nouveau contributeur, de 1 pour un très petit changement à 5 pour un travail expert.
2
Temps estiméFourchette de temps approximative pour investiguer, implémenter, tester et préparer une pull request.
under 1 hour
Statut d'activitéDisponibilité apparente de l'issue : fraîche, active, ancienne, bloquée ou en attente d'un mainteneur.
stale
ClartéClarté avec laquelle l'issue explique le changement attendu, les critères d'acceptation et la prochaine étape.
clear
Prérequis
TypeScript basicsfamiliarity with react sortable tree
Accessibilité débutantScore de 1 à 100 estimant l'accessibilité de cette issue pour un premier contributeur.
60
Direction de recherche
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.