openfun / richie

:pencil: An opensource CMS to build education portals
https://richie.education
MIT License
256 stars 80 forks source link

🐛(frontend) put CunninghamProvider at the root level #2415

Closed jbpenrath closed 1 month ago

jbpenrath commented 1 month ago

Purpose

Currently some views are broken as there are using Cunningham context but there are not wrapped into the CunninghamProvider. To prevent this issue, we decide to wrap the whole app into the CunninghamProvider.

Proposal