marcohamersma / react-bem-helper

react-bem-helper allows you to easily add BEM-style element and modifier classes to React elements, while hopefully making it easier to scan.
MIT License
90 stars 5 forks source link

Fix issue with arrays containing null values #12

Closed AlexanderOtavka closed 7 years ago

AlexanderOtavka commented 7 years ago

Fixes #10.

Also adds a test so this doesn't happen again.

marcohamersma commented 7 years ago

Ah yes, thanks 👍 Was about to do that myself :)