close `<audio>` tag. Some debugger (ex: remote-redux-devtools-on-debu…
Summary: [remote-redux-devtools-on-debugger](https://github.com/jhen0409/remote-redux-devtools-on-debugger) is a redux debugger UI for react-native. It inject code to debugger.html to communicate to the [Remote Redux DevTools](https://github.com/zalmoxisus/remote-redux-devtools). But the injecting failed for react-native 0.44 because the injected code will be wrapped in the audio tag. Here's the screenshot: ![2017-05-05 16 12 50](https://cloud.githubusercontent.com/assets/78242/25739567/02d7824c-31b5-11e7-99d3-36b17effaaa3.png) The pull request close the `<audio>` tag to make sure the injecting code not wrap inside `<audio>` tag ![2017-05-05 17 13 29](https://cloud.githubusercontent.com/assets/78242/25739835/317bc698-31b6-11e7-8aab-c2ecabf1eccb.png) `$ npm install --save-dev remote-redux-devtools-on-debugger` `$ ./node_modules/.bin/remotedev-debugger --hostname localhost --port 5678 --injectserver` $ open debugger.html in the browser, open the chrome dev tool, make sure the injected code not wrapped in the audio tag. If you have added code that should be tested, add tests. Sign the [CLA][2], if you haven't already. Small pull requests are much easier to review and more likely to get merged. Make sure the PR does only one thing, otherwise please split it. Make sure all **tests pass** on both [Travis][3] and [Circle CI][4]. PRs that break tests are unlikely to be merged. For more info, see the ["Pull Requests"][5] section of our "Contributing" guidelines. [1]: https://medium.com/martinkonicek/what-is-a-test-plan-8bfc840ec171#.y9lcuqqi9 [2]: https://code.facebook.com/cla [3]: https://travis-ci.org/facebook/react-native [4]: http://circleci.com/gh/facebook/react-native [5]: https://github.com/facebook/react-native/blob/master/CONTRIBUTING.md#pull-requests Closes https://github.com/facebook/react-native/pull/13798 Differential Revision: D5154006 Pulled By: shergin fbshipit-source-id: bd5f1774108649774b33ff2bf38d1aee3a5c50a9
This commit is contained in:
parent
8125ce520d
commit
b0ca3ed49b
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue