Jhen-Jie Hong

Results 90 comments of Jhen-Jie Hong

Looks like it's problem of path resolve, I found it haven't use `path.sep` in [here](https://github.com/facebook/react-native/blob/master/packager/src/node-haste/DependencyGraph/ResolutionRequest.js#L319-L322). So https://github.com/facebook/react-native/pull/11641 isn't fixed the problem fully, let's fix it again. 😂

RN 0.43 should fixed the problem of top. (with https://github.com/facebook/react-native/pull/12206)

@sukeshthakare I can't reproduce it again on RN ^0.43, is your RN version number correct?

> my RN version is 0.42.3 . see all my dependencies The fix is landed on React Native >= 0.43 (https://github.com/zalmoxisus/remote-redux-devtools/issues/62#issuecomment-292063644), if you can't upgrade RN version for some reasons,...

@SDP190 No, this is react-devtools v4 specified issue, so it only for v0.11.

I've never encountered this problem, or I misunderstood this issue, could you provide a screenshot? This may be a problem caused by older versions of Chrome. We've plan to upgrade...

I haven't the caching issue with same environment, could you try to `Restore defaults and settings` in devtools setting and restart RND?

I still cannot reproduce the problem, but I believe it can be easily fixed, like adding a timestamp in [url of importScripts](https://github.com/jhen0409/react-native-debugger/blob/master/app/worker/index.js#L61). If someone is willing to try and confirm...

Are you using Haul bundler? I've filed an issue #141 (0.7.7 is wrong to show it). If no, I'll try it on Windows.