I am trying to use react-beautiful-dnd with the Table component and gives me this error with the innerRef #1377
Unanswered
lau-gonzalez
asked this question in
Q&A
Replies: 1 comment
-
Known issue, we need to expose refs to the components that do not have it exposed by now. Thanks for reporting! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
the issue is that
ref
is not returning a value.I also tried to console.log the ref value using the useRef hook and the
current
property isnull
.Beta Was this translation helpful? Give feedback.
All reactions