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 just installed this package and it works, thanks for that.
I do get a warning though. Warning: findNodeHandle is deprecated in StrictMode. findNodeHandle was passed an instance of ScrollView which is inside StrictMode. Instead, add a ref directly to the element you want to reference. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-find-node
Is this a known bug and fixable?
The text was updated successfully, but these errors were encountered:
I just installed this package and it works, thanks for that.
I do get a warning though.
Warning: findNodeHandle is deprecated in StrictMode. findNodeHandle was passed an instance of ScrollView which is inside StrictMode. Instead, add a ref directly to the element you want to reference. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-find-node
Is this a known bug and fixable?
The text was updated successfully, but these errors were encountered: