React, Style, and CollectionFS

So, here’s my deal. I’ve got a FileStore collection handling a few images. I want to attach one of these images to a header’s background image.

React allows for style to be set from the component’s state. However, I can’t set the state from the props, the place were my collections live.

Any one have an idea on how to get around this issue?