viritin / flow-viritin

Viritin inspired project for Vaadin Flow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BrowserCookie detect does not work with 14.0.0.beta2

sirbris opened this issue · comments

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

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