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

Cannot read property 'getValue' of undefined #75

Open
earnaud opened this issue Jul 17, 2020 · 1 comment
Open

Cannot read property 'getValue' of undefined #75

earnaud opened this issue Jul 17, 2020 · 1 comment

Comments

@earnaud
Copy link

earnaud commented Jul 17, 2020

While running my app, I run across this bug (located with browser code inspector):

Uncaught TypeError: Cannot read property 'getValue' of undefined
    at exports.InputBinding.getValue (shinyAce.js:413)
    at init_shiny.js:150
    at a (init_shiny.js:220)
    at initShiny (init_shiny.js:283)

This might be a quite too light description but since the origin of the bug is clearly defined, I do not think about additional information that could be useful. Also, I do not know much about js, so do not hesitate to ask more information.

Thanks by advance.

@vnijs
Copy link
Collaborator

vnijs commented Jul 18, 2020

@earnaud Can you provide more information on (1) the app and (2) how to reproduce the issue? Without that it would be very hard to figure out what is going on. The smaller the reproducible example, the more like we can fix the problem

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