Request memoization does not work in development
Unanswered
Chinese softshell turtle posted this in #help-forum
Chinese softshell turtleOP
Hello. I have two nested components, that fetch the same request with {cache: 'no-store'}. In the development mode (npm start dev) two requests are made, seems like memoization is not working. In the production mode, it works ok, and only 1 request is made. Why is that? Is it a bag or what?