noLayout Error when using JavaScriptComponent/State

Is anyone else getting this issue? This is pretty much puts a halt on a full feature of our development.

This scenario is triggered as soon as the JavaScriptComponentState is updated within the extended AbstractJavaScriptComponent as per the VAADIN documentation.

Fri Aug 28 12:05:44 GMT+200 2015 com.vaadin.client.ApplicationConnection
SEVERE: Error updating connector statescom.google.gwt.core.client.JavaScriptException: (TypeError) : Cannot read property ‘noLayout’ of undefined
at Unknown.fQb(imgn.vaadin.ConsoleWidgetSet-0.js)
at Unknown.XPb(imgn.vaadin.ConsoleWidgetSet-0.js)
at Unknown.gPb(imgn.vaadin.ConsoleWidgetSet-0.js)
at Unknown.ePb(imgn.vaadin.ConsoleWidgetSet-0.js)
at Unknown.J_b(imgn.vaadin.ConsoleWidgetSet-0.js)
at Unknown.eval(imgn.vaadin.ConsoleWidgetSet-0.js)
at Unknown.Ai(imgn.vaadin.ConsoleWidgetSet-0.js)
at Unknown.Di(imgn.vaadin.ConsoleWidgetSet-0.js)
at Unknown.eval(imgn.vaadin.ConsoleWidgetSet-0.js)
at Unknown._f(http://127.0.0.1:9050/admin/VAADIN/vaadinPush.debug.js?v=7.4.4)
at Unknown._invokeFunction(http://127.0.0.1:9050/admin/VAADIN/vaadinPush.debug.js?v=7.4.4)
at Unknown._invokeCallback(http://127.0.0.1:9050/admin/VAADIN/vaadinPush.debug.js?v=7.4.4)
at Unknown.jQuery.atmosphere.AtmosphereRequest._websocket.onmessage(http://127.0.0.1:9050/admin/VAADIN/vaadinPush.debug.js?v=7.4.4)

uib
fjb
ejb
QWd
fQb
XPb
gPb
ePb
J_b
(anonymous function)
Ai
Di
(anonymous function)
_f
_invokeFunction
_invokeCallback
jQuery.atmosphere.AtmosphereRequest._websocket.onmessage

I see a trac ticket has been logged
https://dev.vaadin.com/ticket/18334?cversion=0&cnum_hist=7#no1

But it doesnt seem like anything is happening.

Also tried upgrading to version 7.5.4 to see if it’s fixed in the new version but i still get the same error.