Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

@bem-react/classname: Can't add modifier with value === 0 #627

Open
frontstall opened this issue Mar 22, 2024 · 0 comments · May be fixed by #628
Open

@bem-react/classname: Can't add modifier with value === 0 #627

frontstall opened this issue Mar 22, 2024 · 0 comments · May be fixed by #628

Comments

@frontstall
Copy link

For example:

const cnSnippet = cn('Snippet');
const snippetCn = cnSnippet({ index: 0 }); // expected 'Snippet_index_0', but got 'Snippet'
@frontstall frontstall linked a pull request Mar 22, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant