"Ignored listener invocation" log messages

Why am I getting these log messages?
Can I get rid of them or should I ignore them?

2024-11-25T17:19:31.229+01:00  INFO 8096 --- [nio-8080-exec-7] c.v.f.i.nodefeature.ElementListenerMap   : Ignored listener invocation for opened-changed event from the client side for an inert vaadin-select element
2024-11-25T17:19:31.229+01:00  INFO 8096 --- [nio-8080-exec-7] c.v.f.i.nodefeature.ElementListenerMap   : Ignored listener invocation for value-changed event from the client side for an inert vaadin-select element
2024-11-25T17:19:35.878+01:00  INFO 8096 --- [nio-8080-exec-5] c.v.f.s.c.r.AbstractRpcInvocationHandler : Ignored RPC for invocation handler 'com.vaadin.flow.server.communication.rpc.MapSyncRpcHandler' from the client side for an inert node id='3621' element with tag'vaadin-notification' Component: 'com.vaadin.flow.component.notification.Notification'

There is not really an answer to this, since it depends on if your users can use the application correctly or not.

There is an open ticket regarding these warnings and their traceability: Provide a warning handler for Rpc Invocation Handlers warnings · Issue #20020 · vaadin/flow · GitHub

I am also interested in this, but it seems that it all depends on where you add the component,

At the moment the component with error, I’m trying inside the afterNavigation and with the component.isAttached() :s

Because many times it happens that the component is not rendered in the dom and was waiting for something, and others with a F5 it is solved, but it is random many times.