gnir-work / react-window-dynamic-list

A naive approach to virtualizing a dynamically sized list
49 stars 9 forks source link

Demo is broken #19

Closed JosephScript closed 4 years ago

JosephScript commented 4 years ago

The code demo is broken.

Error
Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined. You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.

Check the render method of `AutoSizer`.
JosephScript commented 4 years ago

Here I got it working: https://codesandbox.io/s/react-window-dynamic-list-example-gtu84

gnir-work commented 4 years ago

Fixed 🐻 Thanks for the heads up!