gajus/babel-plugin-react-css-modules

Classnames have trailing whitespace when spread is used

开放

#262 创建于 2019年6月30日

 (3 条评论) (4 个反应) (0 位负责人)JavaScript (159 个派生)batch import
enhancementhelp wanted

仓库指标

星标
 (2,034 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Example: JSX:

<div styleName="classA classB" {...someProps} />

Output:

<div className="classA classB " />

No trailing whitespace is added when spread is not used.

Seems like a small issue, but it breaks snapshots or className checks in tests when upgrading.

贡献者指南