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.

貢獻者指南