Joe Duncko
Joe Duncko
Has anyone tested this fix yet? I also am trying to integrate this plugin but am not seeing a CPU or FPS reduction.
@photonstorm mentioned a possible way to fix this plugin using setTimeout at https://github.com/photonstorm/phaser/issues/1968#issuecomment-127795296
Yup, using a react component instead fixed it. I made a cool little `useToasterContext` hook for it: ```Javascript import { Position, Toaster } from "@blueprintjs/core"; import { createContext, useContext, useRef...
> @tnrich might you have time to port this change to Popover itself? @giladgray any ideas how one might port this change to the popover itself? I can't figure out...
Hi! Is there a reason this hasn't been merged? This tool seems super useful.
FYI I was getting errors from Jest with this fix unless I imported `KeyEventManager` like so: `import KeyEventManager from "react-hotkeys/cjs/lib/KeyEventManager"`
Is there any ETA on these changes being released? Just curious if we are looking at days/weeks/months. Thanks!
FYI we have a group of people trying to get a response from the maintainers, and if that fails we are going to make our own fork. See https://github.com/streamich/react-use/issues/1872 .
Hi all! [@react-hookz/web](https://github.com/react-hookz/web), the new library by one of `react-use`'s former maintainers (background [here](https://github.com/streamich/react-use/issues/1872) and [here](https://github.com/streamich/react-use/issues/1974)) has [a new implementation of `useMeasure`](https://react-hookz.github.io/web/?path=/docs/sensor-usemeasure--example) that solves point (1) of this issue, which...
> is there any update on this? Passing ref from useMeasure as a ref gives typescript error as it is not a accepted ref object: `(property) ref?: ((instance: HTMLDivElement |...