@bem-react/classname: Can't add modifier with value === 0
Open
- Dominant language
- TypeScript
- Stars
- 450
- Forks
- 69
- PR merge metrics
- No merged PRs in 30d
Description
For example:
```js
const cnSnippet = cn('Snippet');
const snippetCn = cnSnippet({ index: 0 }); // expected 'Snippet_index_0', but got 'Snippet'
```
Contributor guide
Assessment
This issue has not been assessed yet.