Consider e.g. this log message:
re_log::error_once!(
"Failed to execute egui draw callback. Render pipelines weren't transferred out of the pool first."
);
There is no user action to be taken on this other than reporting it as an error to us. This should be done automatically and not show up in the ui as-is.