styleguidist/react-styleguidist

Moved component locations should be marked as breaking changes

Open

#1268 aperta il 7 feb 2019

Vedi su GitHub
 (6 commenti) (0 reazioni) (0 assegnatari)TypeScript (1416 fork)github user discovery
documentationgood first issuehelp wanted

Metriche repository

Star
 (11.091 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

When upgrading to the beta I got this error:

./docs_helpers/DocsWrapper.js
Module not found: Can't resolve 'react-styleguidist/lib/rsg-components/StyleGuide/StyleGuideRenderer'

When I change the path to react-styleguidist/lib/client/rgs-components... it compiled.

Since these module locations have been treated as public API (for overrides), their change in location should be documented as a breaking change.

Guida contributor