dillon1000/react
Commit
Browse files Fix useResourceEffect in Fizz (#31758)
We're seeing errors when testing useResourceEffect in SSR and it turns out we're missing the noop dispatcher function on Fizz. I tested a local build with this change and it resolved the late mutation errors in the e2e tests.
Changed paths2 files
First-parent comparisonpackages/react-dom/src/__tests__/ReactDOMServerIntegrationHooks-test.js ModifiedM packages/react-server/src/ReactFizzHooks.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…