Skip to content
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

[Error] Element ref was specified as a string but no owner was set. #61

Closed
kdenz opened this issue Apr 1, 2020 · 4 comments
Closed

Comments

@kdenz
Copy link
Contributor

kdenz commented Apr 1, 2020

image

RN 0.61.5
react 16.9
react-native-webview v8

I had to change ref="webview" in HighchartsReactNative.js to ref = {(ref)=>{this.webview = ref}} in order to fix the error

@sebastianbochan
Copy link
Contributor

Hi @kdenz,
Thank you for reporting (and solution in PR), but would like to know how you do that? When I run my demo in Expo or RN I was not able to reproduce it.

@kdenz
Copy link
Contributor Author

kdenz commented Apr 1, 2020

@sebastianbochan hi there, have you tried running it on RN0.61.5 + react-native-webview 8.xx + iOS 13.4 ? Somehow this error popped up for me

@sebastianbochan
Copy link
Contributor

Will test it (I have older RN) and wait for feedback from other users. I would like to be sure that its not break other implementions.

@sebastianbochan
Copy link
Contributor

The new 3.0 version is released.

Im closing this ticket. If you will encounter any problems, please create a new ticket. In this case we will avoid confusing and keep the newest version on track.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants