<p>Hello David. It's really an great component, I tried it before but now I

Hello David. It's really a great component, I tried it before but now I get an error and the component does not render anymore. Do you have any ideas about it?

Vaddin version:23.0.10
Ace version: 3.3.3


My code is the same with the code sample:

AceEditor ace = new AceEditor();
ace.setTheme(AceTheme.terminal);
ace.setMode(AceMode.sql);
ace.setValue("SELECT * FROM DB_01 WHERE ID = 123");


FlowClient.js?2d7e:186 Uncaught TypeError: $0.setValue is not a function

  at Object.eval (eval at kt (FlowClient.js?2d7e:1:1), <anonymous>:3:11)

  at kt (FlowClient.js?2d7e:996:162)

  at jt (FlowClient.js?2d7e:949:276)

  at ht (FlowClient.js?2d7e:571:57)

  at Pq (FlowClient.js?2d7e:499:18)

  at lr.mr [as db] (FlowClient.js?2d7e:1006:20028)

  at UA (FlowClient.js?2d7e:918:219)

  at Rq (FlowClient.js?2d7e:1002:303)

  at fr.gr [as F] (FlowClient.js?2d7e:1006:19698)

  at lk (FlowClient.js?2d7e:417:21)

  at Jq (FlowClient.js?2d7e:1004:991)

  at Kq (FlowClient.js?2d7e:985:395)

  at Xs.Zs [as yb] (FlowClient.js?2d7e:1006:23145)

  at xB.yB [as L] (FlowClient.js?2d7e:1006:36140)

  at XMLHttpRequest.eval (FlowClient.js?2d7e:585:61)

  at tb (FlowClient.js?2d7e:433:20)

  at wb (FlowClient.js?2d7e:869:49)

  at XMLHttpRequest.eval (FlowClient.js?2d7e:600:39)


Thank you