2 comments (2 comments)0 reactions (0 reactions)0 assignees (0 assignees)TypeScript12,714 stars (12,714 stars)2,228 forks (2,228 forks)batch import
help wantedmaterial
Description
官方Demo 复现
源码本地也复现
Contributor guide
- Tech stack
- reacttypescript
- Domain
- frontend
- Issue type
- bug
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-3 hours
- 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
- React basicslowcode engine component structuredrag and drop event handling
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 60
- Research direction
- Reproduce the bug by dragging the Menu component in the official demo. Examine the component's source code, likely located in packages under src/, focusing on drag events. Check the two existing comments for additional hints. Fix may involve correcting the drag handler or updating the component's state.