ui5-webcomponents-react icon indicating copy to clipboard operation
ui5-webcomponents-react copied to clipboard

react-virtual uses outdated version that doesn't support React 18

Open nazarkulyk opened this issue 3 years ago • 0 comments

@ui5/webcomponents-react package reference old virtual-react package which was renamed

- "react-virtual": "2.10.4"
+ "@tanstack/react-virtual": "3.0.0-beta.9"

https://github.com/SAP/ui5-webcomponents-react/blob/d14a631c72fa3672656a5ccb69da830ddaf0c363/packages/main/package.json#L34

this cause conflicting with react-18.2

image

nazarkulyk avatar Aug 15 '22 08:08 nazarkulyk