We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8bedc3 commit 94d6849Copy full SHA for 94d6849
packages/react-server/src/ReactFizzHooks.js
@@ -218,7 +218,7 @@ export function resetHooksState(): void {
218
}
219
220
function getCacheForType<T>(resourceType: () => T): T {
221
- // 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
222
// considered an error. It needs to work for things like Flight though.
223
throw new Error('Not implemented.');
224
0 commit comments