react-virtualized-window icon indicating copy to clipboard operation
react-virtualized-window copied to clipboard

React 18

Open sergeyzwezdin opened this issue 3 years ago • 3 comments
trafficstars

Are there any plans to support React 18?

sergeyzwezdin avatar Oct 22 '22 15:10 sergeyzwezdin

This should work out the box with React 18, but will verify it works properly this weekend.

leebeydoun avatar Oct 24 '22 22:10 leebeydoun

It is not -

https://github.com/Resembli/react-virtualized-window/blob/main/packages/react-virtualized-window/package.json#L43-L45

sergeyzwezdin avatar Oct 25 '22 09:10 sergeyzwezdin

Ah okay, will publish a new version with updated peer deps. The actual library itself works on react 18 (afaik)

leebeydoun avatar Oct 25 '22 11:10 leebeydoun

Apologies for the delay. I've published v1.0.0 of the package which includes React 18 as a peer dep.

Please run:

pnpm i @resembli/[email protected]

or something similar.

leebeydoun avatar Nov 02 '22 07:11 leebeydoun