Skip to content

Commit f8ee765

Browse files
committed
Removed TODO comment. It's not clear I need to do anything there.
1 parent cedbb0b commit f8ee765

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

packages/create-component-with-subscriptions/src/__tests__/createComponentWithSubscriptions-test.js

-2
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,4 @@ describe('CreateComponentWithSubscriptions', () => {
383383
},
384384
]);
385385
});
386-
387-
// TODO Decide how to test missing/undefined subscribables
388386
});

packages/create-component-with-subscriptions/src/createComponentWithSubscriptions.js

-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ type SubscribableConfig = {
3636
) => void,
3737
};
3838

39-
// TODO Decide how to handle missing subscribables.
40-
4139
export function createComponent(
4240
config: SubscribableConfig,
4341
Component: React$ComponentType<*>,

0 commit comments

Comments
 (0)