Khan / react-components

khan.github.io/react-components/
MIT License
1.01k stars 99 forks source link

Allow LayeredComponentMixin renderLayer() to return null #23

Closed zgotsch closed 9 years ago

zgotsch commented 9 years ago

Test Plan: Ran the included test before and after the change. Saw that "should allow empty layers" failed before, but passes now.

joelburget commented 9 years ago

Nice change! Will merge in after those fixes.

ariabuckles commented 9 years ago

I ran into this myself a week or two ago. Thanks for fixing it!