Added missing dependency and test updated

This commit is contained in:
Belén Curcio
2018-07-26 11:45:20 -03:00
parent 325f453476
commit 2c4ce9169d
9 changed files with 87 additions and 7 deletions
@@ -23,7 +23,6 @@ type Placement =
interface InnerProps {
body: (props: RenderProps) => any | React.ReactElement<any>;
// body: React.ReactElement<any> | null;
children: (props: RenderProps) => any;
description?: string;
id?: string;