<!-- IF YOU ARE A PALANTIR EMPLOYEE, DO NOT POST INTERNAL LINKS OR REFERENCES HERE --> #### Environment - __Package version(s)__: 3.0.1 - __Browser and OS versions__: Latest MacOS, latest Chrome #### Steps to reproduce 1. `<Button text={0} />` #### Actual behavior Empty button rendered #### Expected behavior Button with 0 as text should be rendered #### Possible solution I suppose you're checking if the text prop is truthy, but 0 won't be truthy.