Component using resource file cannot be shared between apps

Hi,
I’m running into an issue when trying to share a custom component between apps.

The component uses a resource file (an image). When I attempt to share it, I get a warning saying the component uses app-specific data bindings. As far as I can tell, this isn’t correct - if I temporarily remove the image binding, the warning disappears.

In addition, sharing doesn’t seem to work at all as long as a resource file is in use: even with “Generate component params” enabled, clicking “Share” only closes the dialog and nothing happens (no shared component is created).

Removing the image data binding, sharing the component between apps, and then linking the resource file again works fine.