diff --git a/holoviews/plotting/bokeh/element.py b/holoviews/plotting/bokeh/element.py index 774e8f612e..d6104e4932 100644 --- a/holoviews/plotting/bokeh/element.py +++ b/holoviews/plotting/bokeh/element.py @@ -1119,7 +1119,7 @@ def update_frame(self, key, ranges=None, element=None, empty=False): _, el = items.pop(idx) subplot.update_frame(key, ranges, element=el, empty=(empty or all_empty)) - if isinstance(self.hmap, DynamicMap) and items: + if not self.batched and isinstance(self.hmap, DynamicMap) and items: self.warning("Some Elements returned by the dynamic callback " "were not initialized correctly and could not be " "rendered.")