amplitude/redux-query

Superagent tries to mutate frozen store on timeout

Closed this issue · 2 comments

As the title says, we have our store object frozen on develop which was causing errors in Superagent (trying to set length of an array by hand). Unfreezing the store solves this, which is not ideal.

Hey @dizzyone could you post a stack trace?

@dizzyone 3.0, which was just published, should resolve this issue. The superagent instance is no longer stored in the Redux state. Please see https://amplitude.github.io/redux-query/docs/upgrade-guides/v2-to-v3 for a guide on how to upgrade from v2 to 3.0.