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
Arguments passed to the defineCell method should be passed as props so that the caller can provide a React component (maybe rename defineCell to cellRenderer). Make sure to add tests with both pure functional components and standard class-based components.
The text was updated successfully, but these errors were encountered:
Arguments passed to the
defineCell
method should be passed as props so that the caller can provide a React component (maybe renamedefineCell
tocellRenderer
). Make sure to add tests with both pure functional components and standard class-based components.The text was updated successfully, but these errors were encountered: