-
Notifications
You must be signed in to change notification settings - Fork 1
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
Ref editor is undefined #1
Comments
Hi, I'm not sure where you're trying to access it, but the "undo" button in the example project can correctly access the "editor instance" in this line: https://github.com/pqina/pintura-example-react-native-expo/blob/main/App.js#L142 |
Thanks for the answer @rikschennink code:
|
I'm not sure, as far as I can till it looks the same. I would try cloning the repository, and testing the project itself, then maybe comparing if there's a difference? |
I cloned the project and it also returns undefined, I'm using |
@sdlondono I'm not sure. If you log |
Hi! When I'm accessing to
editorRef.current.editor
it's returningundefined
We get license as well 👍
The text was updated successfully, but these errors were encountered: