useDynamicRowHeightshould not instantiateResizeObserverwhen server-rendering
Unclaimed project
Are you a maintainer of react-window? Claim this project to take control of your public changelog and roadmap.
Changelog
React components for efficiently rendering large lists and tabular data
Last updated about 1 month ago
Interactive roadmaps, guides and other educational content to help developers grow in their careers.
Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞
This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
useDynamicRowHeight should not instantiate ResizeObserver when server-renderingdefaultHeight/defaultWidth prop to server render initial set of rows/cellsrowComponent/cellComponent to work around a ReactNode vs ReactElement mismatch caused by #875List and Grid imperative methods to specify when a method throws.RangeError (instead of a regular Error) if an invalid index is passed to one of the imperative scroll-to methods.The return type of List and Grid components is explicitly annotated as ReactElement. The return type of rowComponent and cellComponent changed from ReactNode to ReactElement. This was done to fix TypeScript warnings for React versions 18.0 - 18.2. (See issue #875)