developerdizzle / react-virtual-list

Super simple virtualized list React component
http://developerdizzle.github.io/react-virtual-list/
MIT License
617 stars 71 forks source link

Return early when state is null or undefined #88

Open mmontag opened 1 month ago

mmontag commented 1 month ago

The strict equality check for state === undefined in setStateIfNeeded can cause a crash if state is null.