microsoft / react-native-windows

A framework for building native Windows apps with React.
https://microsoft.github.io/react-native-windows/
Other
16.29k stars 1.14k forks source link

Metro complains about file not found on "code" #5505

Open asklar opened 4 years ago

asklar commented 4 years ago

image

acoates-ms commented 4 years ago

A little more info: The Error callstacks Chakra is providing JS have the JS locations all referring to "code" rather than the actual bundle file or source we try to tell Chakra the JS came from. The RN code then queries metro asking it to symbolify "code", which metro can't find. The issue here is to work out how to get Chakra to provide better info in the JS callstacks.

chrisglein commented 4 years ago

Sounds like errors can be ignored but of course will confuse people.