Christopher Pappas

Results 72 comments of Christopher Pappas

👋 Heads up! A major change is incoming in Force, where we flatten out the `src/v2` directory into `src`. This will take place **next Thursday** and be merged in, which...

👋 Heads up! A major change is incoming in Force, where we flatten out the `src/v2` directory into `src`. This will take place **next Thursday** and be merged in, which...

Np! Just want to note that the actual typescript changes are very minimal (remove namespaces) and that this PR mostly has to do with general application dev workflows (linting, codeformatting,...

This is happening to me as well. Not sure if its due to the fact that I'm loading webpack via karma? ``` javascript module.exports = function (config) { config.set({ //...

FWIW, we've been using this same setup in [email protected] without problem. And just upgraded to v6 with no problem.

Coming back to this, I realized [we were already using](https://github.com/artsy/energy/blob/main/src/system/store/GlobalStore.tsx#L13) the `requestIdleCallback = null` hack, and that is why things were working! so working around the regression.

Wonderful, this just happened to me and I was dreading having to deal with this internally. So happy to see the PR 🎉

Forked the lib and brought this feature into our app and and can confirm that it fixes a major frequent issue we were facing when working with a very large...

Can we merge or close this?