magento / m2-devtools

Helpful in-browser debugging/inspection tools for the Magento 2 Front-End
Open Software License 3.0
170 stars 48 forks source link

Requirejs config generator is not showing recorded data in the backend product edit form #46

Open Jakhotiya opened 5 years ago

Jakhotiya commented 5 years ago

I made changes to this extension so that it works for admin pages as well. For product edit page on the backend, requirejs panel was not showing recorded data and in debugging I found following could be an issue. Can anybody help me in understanding the issue or the comment by @DrewML ? I would like to work on it.

https://github.com/magento/m2-devtools/blob/56a0165644b41cd620928e6b8b62931e52e734c2/src/RequireJS/Inspector/index.tsx#L21

DrewML commented 5 years ago

Thanks @Jakhotiya!

If it's the Inspector portion, feel free to get rid of that code entirely. It was more a playground for me during early dev to explore module info, but I never quite turned it into anything useful.