Closed ACalza closed 8 years ago
Works for now. Need to watch for undefineds from Node's side (watch the output of npm run build
, in that case wrap inside
import { canUseDOM } from 'fbjs/lib/ExecutionEnvironment'
if (canUseDOM) {
// DOM dep. stuff
}
@thejmazz @tt6746690