Open
Description
Hello,
I found an interesting bug in our production environment. One component that uses redux failed to set it redux store data but still tried to render. It then, in some cases, rendered data from a previous render for the same component. All renders are on the server.
This leads me to believe that the redux store is shared between requests? I have engine poolin on so I guess its just when I get the same engine instance?
Could this be true?
Metadata
Metadata
Assignees
Labels
No labels