You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to add memo add cellRenderer function but I got an error:
cellRenderer3 is not a function
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem. Your bug will get fixed much faster if we can run your code and it doesn't have dependencies other than React and react-virtualized. Paste the link to your Code Sandbox below:
if I remove memo at cellRenderer function then it works. But I want to use it with memo
Which versions of React and react-virtualized, and which browser / OS are affected by this issue? Did this work in previous versions of react-virtualized?
latest
Browser
OS
React
React DOM
react-virtualized
The text was updated successfully, but these errors were encountered:
Bug Report
Please include either a failing unit test or a simple repro. You can start by forking this Code Sandbox: https://codesandbox.io/s/03qpzq1p9p?module=%2FExample.js
I want to add memo add cellRenderer function but I got an error:
cellRenderer3 is not a function
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem. Your bug will get fixed much faster if we can run your code and it doesn't have dependencies other than React and react-virtualized. Paste the link to your Code Sandbox below:
if I remove memo at cellRenderer function then it works. But I want to use it with memo
Which versions of React and react-virtualized, and which browser / OS are affected by this issue? Did this work in previous versions of react-virtualized?
latest
The text was updated successfully, but these errors were encountered: