Code Monkey home page Code Monkey logo

Comments (7)

KinIcy avatar KinIcy commented on April 27, 2024 1

@KinIcy, did you try #28544 (comment) above?

yes, I verified my Next.js setup and it should be exposing the source maps by default. Or at least that is what the Sources tab says in Chrome:

image

from react.

sai-kola avatar sai-kola commented on April 27, 2024

should i need to do any change in setting to get actual source not source in bundle.js

from react.

hoxyq avatar hoxyq commented on April 27, 2024

Hey, this is a recent change in v5.0.2 of the extension - #28471.

If you want to see an actual source location of your component, your application should start shipping source maps. React DevTools will attempt to read them and will perform symbolication.

Important: React DevTools won't be able to show you the path to the source file on the disk, the original data for this is now removed from React.

from react.

sai-kola avatar sai-kola commented on April 27, 2024

How to do source maps

from react.

KinIcy avatar KinIcy commented on April 27, 2024

I'm facing the same issue in my Next.js project. It by default exposes the source map on dev mode.

image

the file name is right but the line/column is wrong,

Also, it is not picking up the file/position for styled-components:

image

from react.

pwbriggs avatar pwbriggs commented on April 27, 2024

@KinIcy, did you try #28544 (comment) above?

from react.

shreeyansh-mesh avatar shreeyansh-mesh commented on April 27, 2024

@KinIcy, did you try #28544 (comment) above?

yes, I verified my Next.js setup and it should be exposing the source maps by default. Or at least that is what the Sources tab says in Chrome:

image

Similar thing is happening for CRA. Chrome shows source maps loaded but RDT is not able to access it

from react.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.