eh3rrera / react-virtualized-examples

Examples that show how to use some react-virtualized components
MIT License
34 stars 22 forks source link

Auto height exmaple not working #1

Open rajendra3884 opened 5 years ago

rajendra3884 commented 5 years ago

I tried this example https://github.com/eh3rrera/react-virtualized-examples/blob/master/04-dynamic-height-rows/src/App.js But it's not working. Showing only empty data.

eh3rrera commented 5 years ago

It works correctly for me. I cloned the repo, installed the dependencies for that folder, and run the app.

Can you tell me more about your environment or something else that might be relevant? For example, did you upgrade the versions of React or React-virtualized? Errors in the console?

Thanks!