styleguidist/react-styleguidist

Moved component locations should be marked as breaking changes

Open

#1,268 创建于 2019年2月7日

在 GitHub 查看
 (6 评论) (0 反应) (0 负责人)TypeScript (1,416 fork)github user discovery
documentationgood first issuehelp wanted

仓库指标

Star
 (11,091 star)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南