-
Notifications
You must be signed in to change notification settings - Fork 308
0.1.29: component tree truncated, missing parent components #270
Copy link
Copy link
Open
Description
Description
After upgrading from 0.1.28 to 0.1.29, the component tree shown when inspecting an element is truncated — only the immediate component is displayed, and parent components are missing. Column numbers in source locations are also dropped.
Reproduction
Next.js app (Pages Router), loading react-grab via:
<script src="//unpkg.com/react-grab@0.1.29/dist/index.global.js"></script>Expected (0.1.28)
in Card (at /./ds/packages/ui/src/card/card.tsx:12:11)
in Activity (at /./modules/components/Booking/Activity/index.tsx:157:11)
in Element (at /./modules/pages/bookingConfirm/index.tsx:494:11)
Full ancestor chain with column numbers.
Actual (0.1.29)
in Card (at /./ds/packages/ui/src/card/card.tsx:12)
Only the immediate component, no parents, no column numbers.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels