Mark Erikson
Mark Erikson
Hmm. Yeah, part of the problem here is that this is actually all one package, with multiple entry points. That `package.json` file only exists so that alternate entry points work...
Hi, this looks like it's still an issue. Any chance it could be looked at? Thanks!
Awesome, that works now - thank you! 
The ReactPerf item may sorta be OBE ("overtaken by events"), since it's not included in v16.
@bvaughn : yeah, that's what I was suggesting :) @JasonEtco : the "troubleshooting" suggestion overlaps heavily with the [proposal for an FAQ page](https://github.com/reactjs/reactjs.org/issues/29).
Nits: - can we move the codemod tests lower in the file so that the TS and unit test jobs show up first? - I don't think we need to...
Even better, Lenz just came up with this nonsense: ```ts function checkErroneousResultFunction(resultFn){ let wtf = false try { const obj = {} if (resultFn(obj) === obj) wtf = true }...
FWIW I'd like to defer consideration of this one until after RTK 2.0 / Reselect 5.0 is out. It isn't critical, it's something we _could_ do in a minor, but...