Filipp Riabchun

Results 75 comments of Filipp Riabchun

@arcifius Which react-modal and react versions is it?

Weird, I can't reproduce it (console is empty): https://codesandbox.io/s/m5xo3xz96j

@arcifius @LeonardoGentile @akonyer Can some of you please create a GitHub repo with minimal reproduction of the issue?

It's fine in 3rd person with a gamepad, but is there any way to use headset-based aiming with it?

My current workaround is to monkey-patch `logicMiddleware` object: ```js let logics = [...] const logicMiddleware = createLogicMiddleware(logics) const originalAddLogic = logicMiddleware.addLogic logicMiddleware.addLogic = function addLogic(newLogics) { logics = logics.concat(newLogics) return...

AFAIS this branch uses those lifecycles as well e.g. https://github.com/souporserious/react-measure/blob/03cf3a2046d971218c23ece7bde9614f64d42173/example/components/Collapse.js#L21

Blocked by https://github.com/sindresorhus/cpy-cli/issues/35

Looks like `children` propType should be added in `Measure.jsx` instead of `with-content-rect.js` I can send a PR

@milo526 by "work", do you mean that your build passes or that languages are actually being loaded on demand? I'm asking because your example is very similar to this: https://github.com/webpack/webpack/issues/13865#issuecomment-953327279