cljsjs

domkm 2016-04-12T06:46:08.000372Z

@juhoteperi: Any chance I could get the above PR merged and released quickly? I'd like to deploy something that requires those externs fixes.

domkm 2016-04-12T06:47:55.000375Z

@juhoteperi: Thanks!

currentoor 2016-04-12T18:08:58.000387Z

With cljsjs/fixed-data-table in devcards it works fine. But in my main app the fixed-data-table code throws an error because ReactDOM is undefined, even though ReactDOM is available as a global var in the js console.

currentoor 2016-04-12T18:09:13.000388Z

Has anyone dealt with something like this?