116-7

Results 6 comments of 116-7

And by workload I mean mainly CPU utilisation.

@huntie https://bugs.chromium.org/p/chromium/issues/detail?id=1492849 There was a recent Chromium update that appended "?for_tabs" to the /json/list request and due to the implementation of [InspectorProxy in [email protected]](https://github.com/facebook/metro/blob/v0.76.7/packages/metro-inspector-proxy/src/InspectorProxy.js) which is included with the current...

Thanks @motiz88 Here is a PR https://github.com/facebook/react-native/pull/41005 Given this is affecting the current stable boilerplate version of RN (and possibly a lot of older versions) there may be hotfixes needed...

> > Hi guys, I followed your lead and found this in Chrome's flag settings, changed it to **disable** and under the remote target RN will show again! Thanks and...

The setup in my app is a bit different as I have a separate view controller class to the AppDelegate that is also the ReactBridgeDelegate however the issue remains the...

The tsconfig targets es2015 which includes things like Map which will not be supported by IE10. For IE10 support you will probably need to modify this line https://github.com/ui-router/sample-app-angular-hybrid/blob/master/tsconfig.json#L13 to be...