Skip to content

Commit

Permalink
make id optional (apache#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
kristw authored Feb 11, 2019
1 parent d25095e commit 8f71ca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/superset-ui-chart/src/components/reactify.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import React from 'react';
// new (reactify(myRender))({ id: 5 }); // error: id has to be string & number

export type ReactifyProps = {
id: string;
id?: string;
className?: string;
};

Expand Down

0 comments on commit 8f71ca2

Please sign in to comment.