Thomas Wilson

Results 10 comments of Thomas Wilson

Am having the exact same issue here, also with `react-redux-toastr` in fact.

Well, at the to of the source file we have a block for determining the transitionend "prefix". I'm locally testing an implementation that makes use of https://gist.github.com/O-Zone/7230245, which is itself...

That is to say, having not investigated the TransitionEvents bit, this is the route I have started with. Will investigate TransitionEvents shortly. On Sat, Jun 10, 2017 at 11:54 AM,...

Cool. Looks like that's roughly how TransitionEvents works anyways On Sat, Jun 10, 2017 at 11:56 AM, Thomas Wilson wrote: > That is to say, having not investigated the TransitionEvents...

Am having the same issue here, and I referred to #242 in which I found a quick solution to get `require`s working correctly. As evidenced in the following SSR stacktrace,...

Problem solved with `preact-redux`!

Looks like #29 might be related

I was able to fully reproduce @samuliasmala's above repro. Additionally, if I'm not mistaken, it seems like there's no hope for descendants of @-scoped packages. I've certainly been having no...

My only workable solution so far has been to utilize the [synp](https://www.npmjs.com/package/synp) package to export my `package-lock.json` file to `yarn.lock` and then use yarn resolutions to pin everything, and then...