styleguidist/react-styleguidist

Moved component locations should be marked as breaking changes

Open

#1.268 aberto em 7 de fev. de 2019

Ver no GitHub
 (6 comments) (0 reactions) (0 assignees)TypeScript (1.416 forks)github user discovery
documentationgood first issuehelp wanted

Métricas do repositório

Stars
 (11.091 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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.

Guia do colaborador