Skip to content

TypeError after upgrading from v84.4.10 to v86.0.241 #3375

Discussion options

You must be logged in to vote

I was getting following error: TypeError: Cannot read property 'EditorInit' of undefined.

What does your javascript look like?

Based on this error it looks like you have a case mismatch, you are registering editorInit and attempting to access EditorInit (noting the difference in capitalisation for the first letter).

The following would match the naming of based on the error message.

WebBrowser.JavascriptObjectRepository.Register("EditorInit", _editorInit, true, new BindingOptions { });

Not clear this has anything to do with the changes in #3141 as the method and property names should have been the only to have been affected.

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@veronikavychodilova
Comment options

@amaitland
Comment options

@veronikavychodilova
Comment options

@amaitland
Comment options

@veronikavychodilova
Comment options

Answer selected by veronikavychodilova
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants