Hi,
When i use your controlled Modal the client doesn't seem to like isOpen and closeModal props and tell me to remove them from my component.
Is it coming that i'm not using :
React.createClass
syntax but the new one with :
class ClassName extends React.Component ?