For discussing the development and usage of Checkout UI extensions, post-purchase extensions, web pixels, Customer Accounts UI extensions, and POS UI extensions
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi,
How do I inspect components in React DevTools chrome extension? Since it's an iframe it doesn't see the components by default in my app. I found this:
https://github.com/facebook/react/tree/main/packages/react-devtools but I'm not sure how to implement this code. Does anyone have a step by step instructions? Also since it's a remix app there is no access that I know of to the regular dom to add this code.