@types/react-sortable-tree probably needs an update
Contributor Guide
Tech Stack
typescriptreact
Domain
frontend
Issue Type
bug
SchwierigkeitGeschätzte Implementierungsschwierigkeit für neue Contributors, von 1 für sehr kleine Änderungen bis 5 für Expertenarbeit.
2
Geschätzte ZeitEin grober Zeitrahmen, um zu recherchieren, zu implementieren, zu testen und einen Pull Request vorzubereiten.
under 1 hour
AktivitätsstatusWie verfügbar das Issue gerade wirkt: frisch, aktiv, stale, blockiert oder wartet auf Maintainer-Input.
stale
KlarheitWie klar das Issue die erwartete Änderung, Akzeptanzkriterien und den nächsten Schritt erklärt.
clear
Voraussetzungen
TypeScript basicsfamiliarity with react sortable tree
EinsteigerfreundlichkeitEin Score von 1 bis 100, der schätzt, wie zugänglich dieses Issue für First-Time Contributors ist.
60
Research-Richtung
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.