For example: ```js const cnSnippet = cn('Snippet'); const snippetCn = cnSnippet({ index: 0 }); // expected 'Snippet_index_0', but got 'Snippet' ```