MESH-Research / knowledge-commons-works

The next-generation research repository for the Knowledge Commons (formerly Humanities Commons)
https://hcommons.org
MIT License
4 stars 0 forks source link

Talk to core devs about bug in frontpage override provider #513

Open monotasker opened 3 months ago

monotasker commented 3 months ago

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.