Skip to content

Redux store reused between renders? #1276

Open
@magnusottosson

Description

@magnusottosson

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions