gajus/babel-plugin-react-css-modules

Classnames have trailing whitespace when spread is used

Open

#262 建立於 2019年6月30日

在 GitHub 查看
 (3 留言) (4 反應) (0 負責人)JavaScript (2,044 star) (176 fork)batch import
enhancementhelp wanted

描述

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.

貢獻者指南