Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/react-server/src/ReactFizzHooks.js
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ export function resetHooksState(): void {
}

function getCacheForType<T>(resourceType: () => T): T {
// TODO: This should silently mark this as client rendered since it's not necesssarily
// TODO: This should silently mark this as client rendered since it's not necessarily
// considered an error. It needs to work for things like Flight though.
throw new Error('Not implemented.');
}
Expand Down