Jason Miller

Results 1187 comments of Jason Miller
trafficstars

@hanford where did we end up with this? Definitely looked like an aliasing issue to me (the fact that `react/*` was being included at all is basically a guarantee something...

@bradennapier If anything is saying it can't find React, that means your aliases are not being used. Can you elaborate on how you did the aliasing? One common mistake I...

ahhh yeah, that sounds about right. if there was something funky required to alias that DLL by all means post it here. I think we need to add some details...

Ahh, ok. I think we can probably safely say webpack DLL's are not aliasable, that's at least good to know.

Yes, for Node/SSR [module-alias](https://npm.im/module-alias) is a good solution with the configuration @sedlukha posted.

@1999 - componentDidMount of the parent component, or the child?

Hi Simen! Definitely want to support this outcome, though I think it's likely to be a module that gets directly aliased (`preact-test-renderer`), since the internals behind that facade a little...

It is re-rendering, just it's not closing the dialog. this seems to be an incompatibility with rc-dialog / css-transition-group. I understand your frustration, but bear in mind that while the...

Yes. We need to switch back to Promise.then for denouncing.

I believe you need to use an older version of React Hot Loader, one that doesn't rely on Fiber internals.