@types/react-sortable-tree probably needs an update
Guida contributor
Tech stack
typescriptreact
Dominio
frontend
Tipo issue
bug
DifficoltàQuanto dovrebbe essere impegnativa per un nuovo contributor.
2
Tempo stimatoTempo stimato per completare e verificare uno scope piccolo.
under 1 hour
Stato attivitàQuanto è probabile che la issue sia ancora attiva e reviewable.
stale
ChiarezzaQuanto chiaramente la issue descrive problema, scope e risultato atteso.
clear
Prerequisiti
TypeScript basicsfamiliarity with react sortable tree
Adatta ai principiantiQuanto la issue è adatta a contributor alla prima esperienza.
60
Direzione di ricerca
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.