While working in a React Native component yesterday (probably cowboy coding a little too much) I encountered this error:
cannot read property getScrollableNode of undefined
after removing all the code that caused this error I am still getting the error anytime I introduce an error. It seems like the error is being cached somewhere.
On the client side I've tried deleting and reinstalling node modules
, watchman watch-del-all
and rm -fr $TMPDIR/react-*
Any other suggestions to solve or theories on why this is happening would be greatly appreciated.
I've found this to generally be a secondary-error which appears as a result of another error earlier in the rendering process. Check your error log (browser debug console, device log, etc) and you should see a more specific error describing what's going wrong.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With