Damian Pieczynski

Results 116 comments of Damian Pieczynski

On other hand why we need new tree? React context can stack, so basic passing MemoryRouter should override already provided contexts. Now we can reset BrowserRouter using UNSAFE_LocationContext, UNSAFE_RouteContext or...

As react-router expose `NavigationContext` under `UNSAFE_NavigationContext` we can add useBlocker hook back using the same code. https://github.com/remix-run/react-router/commit/256cad70d3fd4500b1abcfea66f3ee622fb90874#diff-b60f1a2d4276b2a605c05e19816634111de2e8a4186fe9dd7de8e344b65ed4d3L344-L381 ```tsx import * as React from 'react' import { UNSAFE_NavigationContext } from 'react-router-dom'...

> As for why it was removed in v6, we decided we'd rather ship with what we have than take even more time to nail down a feature that isn't...

@Haemoglobin updating react-virtual fixes the issue https://codesandbox.io/s/busy-thompson-j22fw?file=/src/hooks/useCombobox/react-virtual.js

Is someone working on this ? planing to hack on this over the weekend!

After quick look... just included `preact`, `preact-compat`, `preact-render-to-string` we got ``` Ran 101 tests containing 2286 assertions. 11 failures, 2 errors. ``` and demo page is fully working :tada: out...

@danielcompton you are so true! Also seeing how `fiber` can change a lot in near future regarding how react internal will work bring more doubts about this... `preact` on the...

No, something like https://github.com/transitive-bullshit/create-react-library but not using rollup to build the output, but razzle. For example i have a react component `Button` in `my-app-1` package ( build with razzle ),...

Hi @nonua there are two issues here, first is the white space when dragging, basic it's the limitation of browser how fast it can render. Another issues is the scroll...