Closed as not planned
Description
What version of Remix are you using?
2.1.0
Are all your remix dependencies & dev-dependencies using the same version?
- Yes
Steps to Reproduce
Create a simple remix app with a component using useFetcher
.
Then write a test case using createRemixStub
to test that component.
Expected Behavior
The component should render and eventually receive the loader data from the fetcher.
Actual Behavior
The initial state is rendered, the loader is called, but the loader data never reaches the fetcher.
The component is not re-rendered and the test fails.