[BUG] Components wrapped in `motion` don't pass props starting with "drag"
Author: NgoKnowsCreated Apr 22, 2024Updated Jul 23, 2026
Labelsbug
**1. Read the FAQs **
2. Describe the bug
When wrapping a component in motion, it causes props starting with drag to not be passed to the underlying wrapped component.
3. IMPORTANT: Provide a CodeSandbox reproduction of the bug Codesandbox repro
4. Steps to reproduce
Steps to reproduce the behavior:
- Go to repro
- See that prop starting with
dragisn't being passed to wrapped component
5. Expected behavior
For props that start with drag to get passed to wrapped components
Source: motiondivision/motion