Broken autobinding in arrow function for referenced node modules when using react-native with react-relay

被刻印的时光 ゝ 提交于 2019-12-06 03:29:53

babel-preset-react-native-stage-0 did it in the end. Not sure what was left in the cache or somewhere else but after clearing it all with: watchman watch-del-all rm -rf $TMPDIR/react-* rm -rf node_modules npm install npm start --reset-cache my project and all it's arrow functions work.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!