You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After migrating to react-native 0.52.0 and updating react-native-typescript-transformer to current master (commit: 5c428f8) I'm getting following error
error: bundling failed: TypeError: Cannot read property 'sections' of undefined
at new SourceMapConsumer (node_modules/source-map/lib/source-map-consumer.js:20:20)
at composeSourceMaps (node_modules/react-native-typescript-transformer/index.js:89:25)
at Object.module.exports.transform (node_modules/react-native-typescript-transformer/index.js:192:9)
at Object.transformCode [as transform] (node_modules/metro/src/JSTransformer/worker/index.js:207:15)
at execMethod (node_modules/metro/node_modules/jest-worker/build/child.js:92:29)
at process.on (node_modules/metro/node_modules/jest-worker/build/child.js:42:7)
at emitTwo (events.js:126:13)
at process.emit (events.js:214:7)
at emit (internal/child_process.js:772:12)
The text was updated successfully, but these errors were encountered:
After migrating to react-native 0.52.0 and updating
react-native-typescript-transformer
to current master (commit: 5c428f8) I'm getting following errorThe text was updated successfully, but these errors were encountered: