Skip to content

Commit

Permalink
Removed TODO comment. It's not clear I need to do anything there.
Browse files Browse the repository at this point in the history
  • Loading branch information
bvaughn committed Mar 5, 2018
1 parent cedbb0b commit f8ee765
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,4 @@ describe('CreateComponentWithSubscriptions', () => {
},
]);
});

// TODO Decide how to test missing/undefined subscribables
});
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ type SubscribableConfig = {
) => void,
};

// TODO Decide how to handle missing subscribables.

export function createComponent(
config: SubscribableConfig,
Component: React$ComponentType<*>,
Expand Down

0 comments on commit f8ee765

Please sign in to comment.