React developer tools: Components tree elements are abbreviated
In the addon, React developer tools, the components tree elements are weirdly abbreviated. I cant seem to find any settings in the addon responsible for this, and havent found any solutions to this online, or on other forums. Hoping someone out there might have experienced the same, and that any solutions here might be of help for others.
React developer tools doesn’t show the component name
I just created a reactjs project and installed the react developer tools 5.1.0 rev. b566064da
extension, I started up my sample project with npm start
it works fine, I can access the web page through the URL http://localhost:3000
. However, when I try to find out the name of the component in the source
tag it doesn’t show me the name, instead it shows bundle.js:190
as shown in the image below.