In js/invenio_app_rdm/frontpage/index.js the overrideable provider is initialized. At present its value is set from a variable earlier on the page. It ends up being an empty object. If we change it so that the value in the component is directly set as {overrideStore.components} then the provider is initialized fine.
In component is directly set as {overrideStore.components} then the provider is initialized fine.
js/invenio_app_rdm/frontpage/index.js
the overrideable provider is initialized. At present its value is set from a variable earlier on the page. It ends up being an empty object. If we change it so that the value in the