I'm getting the following error when using the Telerik Kendo UI Chrome Inspector:
Uncaught TypeError: Cannot read property 'get' of null (Line 94, in the makeWidgetInfo method)
This error is repeated 14 times or so, roughly corresponding to the number of Kendo widgets/bindings in the DOM at the time.
I found one google result for this: http://kendoui-feedback.telerik.com/forums/127393-telerik-kendo-ui-feedback/suggestions/6502730-fixing-error-in-chrome-inspector#{toggle_previous_statuses}
I didn't find any corresponding posts in the forums: http://www.telerik.com/search?start=0&q=%2522Chrome%2bInspector%2522%2berror&collection=telerik30&ResourceType=Forum&hgurl=kendo%252Dui
I'm not sure that I can readily post code to duplicate, but I'm hoping someone familiar with the inspector can give me a clue as to what's happening; essentially I just need to know if this is an error in the Inspector, or an error in my code somewhere. It's notable that I'm not seeing any problems otherwise, either in the console, or visually while using the application.