# Objective
`NodeBundle` contains an `image` field, which can be misleading, because if you do supply an image there, nothing will be shown to screen. You need to use an `ImageBundle` instead.
## Solution
* `image` (`UiImage`) field is removed from `NodeBundle`,
* extraction stage queries now make an optional query for `UiImage`, if one is not found, use the image handle that is used as a default by `UiImage`:
|
||
|---|---|---|
| .. | ||
| flex | ||
| render | ||
| widget | ||
| camera_config.rs | ||
| focus.rs | ||
| geometry.rs | ||
| lib.rs | ||
| node_bundles.rs | ||
| stack.rs | ||
| ui_node.rs | ||
| update.rs | ||