Skip to content

Commit

Permalink
make id optional (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
kristw authored and zhaoyongjie committed Nov 26, 2021
1 parent 48c881f commit 6c3a410
Showing 1 changed file with 1 addition and 1 deletion.
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 6c3a410

Please sign in to comment.