Uncaught TypeError: $0.setValue is not a function

I use vaadin 23.1.3 and ace 3.3.2 ,I have received error:

Uncaught TypeError: $0.setValue is not a function


After I add de.f0rce.ace to vaadin.whitelisted-packages ,This error does not occur。

I use Vaadin 23.3.4, has error:

The error has occurred in the JS code: '$0, $1, return $0.setValue($1)'

TypeError: $0.setValue is not a function. (In '$0.setValue($1)', '$0.setValue' is undefined) (http://localhost:8080/VAADIN/generated/jar-resources/FlowClient.js:207:23)

I add de.f0rce.ace to vaadin.whitelisted-packages in application.properties

the error not occurred.

Thank you!