When I am trying to use react dev inspector in my react vite app running in code sandbox, only element name can be extracted, not the actual code info and relative path where that component js stored in. I have added babel plugin in Vite config js file as well. What I am missing on? If anybody have there project where in codesandbox they are using this library of react dev inspector, please share that.
When I am trying to use react dev inspector in my react vite app running in code sandbox, only element name can be extracted, not the actual code info and relative path where that component js stored in. I have added babel plugin in Vite config js file as well. What I am missing on? If anybody have there project where in codesandbox they are using this library of react dev inspector, please share that.