WARN c.v.f.s.c.rpc.MapSyncRpcHandler ?

How to avoid the warnings like
WARN c.v.f.s.c.rpc.MapSyncRpcHandler - Property update request for disabled element is received from the client side. The property is ‘filter’. Request is ignored.

Did you use a setEnabled(false) in your code?

I replace setEnabled with setReadOnly and this fix the WARN production in log.

We get these warnings in our logs from a component where we have called setEnabled(false). Why does this result in WARN level messages, this doesn’t seem like a warning scenario to me. FWIW, the warning is coming from MapSyncRpcHandler, line 109 with Vaadin version 14.1.16