You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If an application does not have the `@gouvfr/dsfr` module installed, the following error is expected:
```
./node_modules/@codegouvfr/react-dsfr/Accordion.js
Module not found: Can't resolve '@gouvfr/dsfr/component/accordion/accordion.css' in 'path\to\application\node_modules\@codegouvfr\react-dsfr'
```
Given that the css required is also in the `@codegouvfr/react-dsfr` module, we can locate this css locally in the module and prevent dependency errors.
Signed-off-by: Matt Clark <87824367+isMattCoding@users.noreply.github.com>
0 commit comments