type__error’s avatartype__error’s Twitter Archive—№ 6,580

  1. …in reply to @timneutkens
    timneutkens bitandbang Basically anywhere towards the root of the app, you can chuck this in (importing react-dom as well) if (process.env.NODE_ENV !== 'production') { const axe = require('react-axe') axe(React, ReactDOM, 1000) }