How to use the eruda.hide function in eruda

To help you get started, we’ve selected a few eruda examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github yhtml5 / yhtml5-app / apps / test-tools / src / Containers / TestDashboard / Components / Eruda.jsx View on Github external
componentWillUnmount() {
    eruda.hide()
    // if (this.props.page !== 0) {
    // }
    // eruda.destroy()
    // eruda = undefined
    process.env.NODE_ENV === "production" || console.log('Eruda.componentWillUnmount')
  }
  toggleEruda(bool) {
github yhtml5 / yhtml5-app / apps / test-tools / src / Containers / TestDashboard / Components / Eruda.jsx View on Github external
toggleEruda(bool) {
    if (this.props.page === 0) {
      eruda.show()
    } else {
      eruda.hide()
    }
  }
  render() {

eruda

Console for Mobile Browsers

MIT
Latest version published 11 months ago

Package Health Score

69 / 100
Full package analysis