**Describe the bug** Release 0.2.1 introduces bug where explicitly passing `undefined` as a className causes an error **Reproducible test case** [Codepen Demo](https://codepen.io/mikemaloon/pen/VwOeaaj) **Expected behavior** This has potential to break existing code. Maybe revert and save for a major release? This code works for version 0.2.0 but not on 0.2.1 `<FontAwesomeIcon className={undefined} icon={faUser} />`