-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: Cannot read property '_currentElement' of null #19
Comments
@nikhilaravi I also encountered this error. May I know how can I fix it? Thanks |
i noticed this error when using functions as component, resolved it by going back to using components that extend from component. |
@pietgk thanks for the note - do you mean functional components? That could be an issue as according to the React spec
and @idajimenez did you manage to resolve the issue? |
I changed from this component to react-native-keyboard-aware-scroll-view |
_container is not set at the time of the call... Using react-native-smart-scroll-view 1.3.5 and RN 0.24.1
The text was updated successfully, but these errors were encountered: