viritin / flow-viritin

Viritin inspired project for Vaadin Flow
Other
41 stars 16 forks source link

BrowserCookie detect does not work with 14.0.0.beta2 #16

Closed sirbris closed 5 years ago

sirbris commented 5 years ago

I try to read a cookie in my UI class: BrowserCookie.detectCookieValue("user", new Callback() { @Override public void onValueDetected(String inValue) { System.out.println(inValue); } }); I get following error: (TypeError) : $0.readCookie is not a function

mstahv commented 5 years ago

Now fixed, will create a new version to the Directory soon.