-
-
Notifications
You must be signed in to change notification settings - Fork 366
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
V8 - Nil reference issue with nested go-app components #559
Comments
Ran into this again so thought I'd follow up with a traceback:
|
Thanks for reporting, I'll see what I can do. |
Thanks! Please let me know if I need to provide more context. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hoping there's a simple fix for this nil reference issue I'm experiencing during app.Compo.Update() calls.
Code that raises the error:
Code that makes things work:
Calling app.Compo.Render() explicitly seems to resolve the issue. But I'm wondering if this is expected or if there's an issue with how I'm composing my components.
TIA!
The text was updated successfully, but these errors were encountered: